|
||
---|---|---|
client | ||
github.com/go_inpro/protos/helloworld | ||
proto | ||
server | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum |
README.md
grpc-demo
生成proto
$ protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./proto/*.proto