Running go get
on my go project I receive the following error message:
package code.google.com/p/goprotobuf/proto: unable to detect version control system for code.google.com/ path
I have not changed anything, what is going on?
Running go get
on my go project I receive the following error message:
package code.google.com/p/goprotobuf/proto: unable to detect version control system for code.google.com/ path
I have not changed anything, what is going on?
The golang protobuf project has moved from google code to github.
The
protoc
version being used to generate the go code from the protocol buffer definition is out of date and uses the old import.Install
protoc-gen-go
from github project instructions: https://github.com/golang/protobuf