Skip to content

Instantly share code, notes, and snippets.

@zazk
Forked from f3nry/protoc-gen-go.sh
Created March 24, 2020 18:02
Show Gist options
  • Save zazk/9d667ae9eff0275cb8fa07f7b4f5c450 to your computer and use it in GitHub Desktop.
Save zazk/9d667ae9eff0275cb8fa07f7b4f5c450 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