using protobuf version 2.6.1 ( which i installed via homebrew)
I am trying to run
$ protoc --go_out=../cloud/ *.proto
I keep receiv
What I did to solve this was:
copy protoc-gen-go from the go bin folder in go workspace to /usr/local/bin/
run your command as before in your case "protoc --go_out=../cloud/ *.proto"