Skip to content

Instantly share code, notes, and snippets.

@f3nry
Created February 1, 2019 01:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save f3nry/eb9124812ecb5bfd307fb136552d086a to your computer and use it in GitHub Desktop.
Save f3nry/eb9124812ecb5bfd307fb136552d086a to your computer and use it in GitHub Desktop.
Generating proto Go code from a definition
brew install protobuf
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go
protoc -I=./api --go_out=plugins=grpc:./api ./api/hello.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment