Implementations of the things that i learnt from the book "Distributed Services with Go"
Compile GRPC files
protoc api/v1/*.proto \
--go_out=. \
--go-grpc_out=. \
--go_opt=paths=source_relative \
--go-grpc_opt=paths=source_relative \
--proto_path=.