using protobuf version 2.6.1 ( which i installed via homebrew)
I am trying to run
$ protoc --go_out=../cloud/ *.proto
I keep receiv
On Ubuntu 18.04, this is verified working to solve this issue:
sudo apt-get install golang-goprotobuf-dev