golang 使用 protobuf

安装 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://mp.weixin.qq.com/s/rFxLs0698LDsb2Jd5PNdjQ

你可能感兴趣的:(golang 使用 protobuf)