protobuf protoc-gen-go 安装

protobuf protoc-gen-go 安装,第1张

protobuf

https://github.com/protocolbuffers/protobuf/releases/

protoc-gen-go

go get -u github.com/golang/protobuf/protoc-gen-go

生成 go 文件

protoc --go_out=plugins=grpc:. demo.proto

参考 https://blog.csdn.net/weixin_41156953/article/details/117081083https://blog.csdn.net/weixin_43823363/article/details/116095107https://blog.csdn.net/weixin_41282397/article/details/86481916https://www.jianshu.com/p/cae40f8faf1ehttps://www.cnblogs.com/sanshengshui/p/9739521.htmlhttps://studygolang.com/articles/7132https://studygolang.com/articles/12673https://blog.csdn.net/u013272009/article/details/100018002

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/995299.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存