- Protocol buffer compiler, version 3
- Language plugins for the protocol buffer compiler.
# Go plugins
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
The example command generates client and server library for Go.
make TARGET_LANG=go