using protobuf version 2.6.1 ( which i installed via homebrew)
I am trying to run
$ protoc --go_out=../cloud/ *.proto
I keep receiv
If you're using Fedora, ensure that the package "protoc-gen-go" is installed, and it's binary is in your shel PATH.
$sudo dnf install protoc-gen-go -y