I am trying to build a sample app with go grpc but I am unable to generate the code using \"protoc\"
Have installed the required libraries/go packages using:
Resolved by following the steps:
Install go library using: go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
vim ~/.bash_profile
export GO_PATH=~/go export PATH=$PATH:/$GO_PATH/bin
source ~/.bash_profile
Reference: Unable to build protobuf to go endpoint