# README
- Export the path of the protoc-gen-go and protoc-gen-go-grpc
export PATH="$PATH:$(go env GOPATH)/bin"
- Script to build -
protoc --proto_path=. --go_out=. --go-grpc_out=. user.proto
export PATH="$PATH:$(go env GOPATH)/bin"
protoc --proto_path=. --go_out=. --go-grpc_out=. user.proto