https://github.com/isjordanbraz/go-grpc
grpc with Golang
https://github.com/isjordanbraz/go-grpc
Last synced: 3 months ago
JSON representation
grpc with Golang
- Host: GitHub
- URL: https://github.com/isjordanbraz/go-grpc
- Owner: IsJordanBraz
- Created: 2024-07-19T01:01:12.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T01:07:16.000Z (11 months ago)
- Last Synced: 2025-01-24T10:11:19.052Z (4 months ago)
- Language: Makefile
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
protoc -I greet/proto --go_out=. --go-grpc_out=. greet/proto/dummy.proto
protoc -I greet/proto --go_out=. --go_opt=module=go-grpc --go-grpc_out=. --go-grpc_opt=module=go-grpc greet/proto/dummy.proto