https://github.com/ericogr/go-grpc-simple-sample
https://github.com/ericogr/go-grpc-simple-sample
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericogr/go-grpc-simple-sample
- Owner: ericogr
- Created: 2025-03-06T01:20:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T01:24:11.000Z (over 1 year ago)
- Last Synced: 2025-03-06T02:28:53.870Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple program to run GRPC
A simple program to run a GRPC test.
## Run
```bash
make run
```