A simple project to setup a gRPC Server using Go language
brew install protobuf-c
https://grpc.io/docs/languages/go/quickstart/
protoc \
--go_out=invoicer \
--go_opt=paths=source_relative \
--go-grpc_out=invoicer \
--go-grpc_opt=paths=source_relative \
invoicer.proto