using protobuf version 2.6.1 ( which i installed via homebrew)
I am trying to run
$ protoc --go_out=../cloud/ *.proto
I keep receiv
Ensure that your path to proton-gen-go in your PATH variable is absolute (i.e. /Users/me/go/bin instead of ~/go/bin.
proton-gen-go
PATH
/Users/me/go/bin
~/go/bin
Apparently protoc does not know how to expand ~.
protoc
~