| client | ||
| proto | ||
| server | ||
| .gitignore | ||
| build.sh | ||
| go.mod | ||
| go.sum | ||
| readme.md | ||
下载地址
https://github.com/google/protobuf
生成
protoc -I=proto --go_out=plugins=grpc:. ./proto/*.proto
| client | ||
| proto | ||
| server | ||
| .gitignore | ||
| build.sh | ||
| go.mod | ||
| go.sum | ||
| readme.md | ||
https://github.com/google/protobuf
protoc -I=proto --go_out=plugins=grpc:. ./proto/*.proto