I have a project that I work on both at home and here at work. At home (my primary place of work on the project) the code is up and running fine. However, here at work after pulling down some updates. When I try to go run app.go
or just do a go get
or go get -d
I'm seeing the following error.
../google.golang.org/cloud/datastore/save.go:25:2: no buildable Go source files in $GOPATH/src/google.golang.org/genproto/googleapis/type
I've gone into the $GOPATH/src and wiped all the source files from the other repos/packages and still get the error with the go get
commands. Any insight would be mighty appreciated and thank you in advance.