安装 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

参考链接: