Hi,
I am new to protobuf and the google environment. Trying to learn about how to use protocol buffers and how its used for communication in google environment.
I wanted to learn protocol buf in golang, since my team uses it and I am new to golang as well. Using a google cloudtop for the exercise.
3. According to readme, I moved the "/bin/protoc" to my cloudtop's "/usr/bin/protoc". Also copied the contents of "include" folder to "/usr/local/include/".
4. Went to :
https://developers.google.com/protocol-buffers/docs/gotutorial for further setup and the page mentions compiler plugin setting up in $GOPATH and $GOBIN and I dont know what paths these two variables must be pointing to. So I setup the $GOPATH to be the folder from the zip file (which contains bin folder with protoc) and $GOBIN = $GOPATH/bin. Then added "GOPATH/bin" to the PATH variable.
When I initially followed it, I could install protoc-gen-go, but then faced issue in importing "google/protobuf/timestamp.proto". So I removed everything (including the protoc in $GOPATH) and tried to install from start.....
Please let me know what to do ?
Thanks,
Vijay