- Install
protobuf
andgolang
- On macOS:
brew install protobuf protoc-gen-go protoc-gen-go-grpc golang
- On Windows:
choco install protoc golang make python3 mingw
- On Ubuntu:
apt-get install golang golang-goprotobuf-dev
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]