Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 371 Bytes

proto.md

File metadata and controls

11 lines (8 loc) · 371 Bytes

Download the protobuf binary by either:

  • brew install protobuf
  • Download from protobuf github release and place in your $PATH

run the following command

go install google.golang.org/protobuf/cmd/protoc-gen-go

now, you can regenerate the .proto file: protoc --go_out=. internal.proto