This project is designed as an example of how protocol buffers can be used to optimise gRPC service development
This project comes with a Makefile to aid project development
| Command | Description |
|---|---|
make help |
Show the command list |
make lint |
Output errs in proto syntax |
make fmt |
Fix errs in proto syntax |
make build-go |
Build the go sdk from the proto files |