371 B
371 B
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