安装 protobuf 编译器
下载对应平台
https://github.com/google/protobuf/releases
安装生成Go代码的插件
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
如果有使用grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
下载对应平台
https://github.com/google/protobuf/releases
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest