曾经鼠标

文章
4
资源
0
加入时间
2年11月11天

golang 使用protobuf

安装protobuf工具:安装protobuf工具:安装protoc:$ apt install golang-github-gogo-protobuf-dev安装protoc-gen-go:$ apt install golang-goprotobuf-devprotoc-gen-go是用来将protobuf的代码转换成go语言代码的一个插件$ go get -u github.com/golang/protobuf/protoc-gen-goproto是protobuf在gola