gRPC-book-example
gRPC-book-example copied to clipboard
trafficstars
gRPC-book-example
Based loosely on models from swapi.
Getting Started
- Install Golang
- Install protobuf compiler
- Clone this repo into your $GOPATH
make setup
Lint proto with:
make lint