repository
0.0.0-20240520060738-ba1a2519131c
Repository: https://github.com/shankusu2017/proto_pb.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
proto_pb
protocol define use protobuf
pb 为 protobuf 格式的协议文件
预备了其它格式的协议文件的可能
生成 go 文件的参考命令(pwd==当前目录)
在pb目录下执行
protoc --go_out=../go/proto *.proto