protobuf的使用

protobuf的使用,第1张

概述1安装protobuf后,可以将写的go代码,进行转换先执行gogetgithub.com/golang/protobuf/protoc-gen-go,安装protoc-gen-go.exe,再执行安装protobuf,输入gogetgithub.com/golang/protobuf/proto,安装protoc.exe,或者将网易云微服务课程资料里的protoc.exe直接拷贝到gopath下的bin文件

1 安装protobuf后,可以将写的go代码,进行转换

先执行go get github.com/golang/protobuf/protoc-gen-go,安装protoc-gen-go.exe,再执行安装protobuf,输入go get github.com/golang/protobuf/proto,安装protoc.exe,或 者将网易云微服务课程资料里的protoc.exe直接拷贝到gopath下的bin文件夹里,

在test.go目录下执行protoc --go_out=. test.proto 如果成功会生成test.pb.go文件

参考:https://studygolang.com/articles/15462

总结

以上是内存溢出为你收集整理的protobuf的使用全部内容,希望文章能够帮你解决protobuf的使用所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

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

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

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

发表评论

登录后才能评论

评论列表(0条)

保存