This is full project structure example of article Enter to gRPC in Go → first server .
Published on Dev.to @ 06 Feb 2020.
- Go 
1.11+ - Go Modules
 
- Clone this repository and go to folder:
 
git clone https://github.com/koddr/example-go-grpc-server.git cd example-go-grpc-server- Try to build binary:
 
make build- No errors? Let's run:
 
make run- Go to another console session and connect to gRPC server with Evans (gRPC client):
 
evans api/proto/adder.proto -p 8080- That's all!
 
- Vic Shóstak (aka Koddr).
 
If you want to say «thank you»:
- Twit about article on your Twitter.
 - Add a GitHub Star and make Fork to this repository.
 - Donate some money to project author via PayPal @paypal.me/koddr or LiberaPay.
 - Join DigitalOcean at our referral link (your profit is $100 and we get $25).
 
Thanks for your support! 😘
MIT