Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.31 KB

grpc-demo-go

A a sample repository to demo how to write a sample gRPC service, lint proto files and compile

It uses buf and just regular protoc to compile proto files.

Reference links:

A good way to add dependencies via git submodule:

git submodule add https://github.com/googleapis/googleapis
git submodule add https://github.com/bufbuild/protoc-gen-validate
git submodule update --remote