Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 752 Bytes

danbelden/proto-client

CircleCI

This project is designed as an example of how protocol buffers can be used to optimise gRPC service development

Make

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