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:
They commented above that the following package had to be added
sudo apt install protobuf-compiler
In my case I also had to add this one ..
sudo apt install golang-goprotobuf-dev