https://github.com/paulpascal/go_grpc_demo
https://github.com/paulpascal/go_grpc_demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulpascal/go_grpc_demo
- Owner: paulpascal
- Created: 2022-01-09T22:51:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T23:19:21.000Z (over 4 years ago)
- Last Synced: 2023-08-08T05:27:11.342Z (almost 3 years ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generate proto buffer
protoc --proto_path=proto --go_out=proto --go_opt=paths=source_relative --go-grpc_out=proto --go-grpc_opt=paths=source_relative service.proto
# for
protoc --dart_out=grpc:proto -Iproto proto/service.proto
"# go_grpc_demo"