You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to do export GOPATH="/home/username/go". "/go" seems to indicate a folder go in the root of the filesystem, which might work, but not what I wanted.
path should be /go and not ~/go beacause of this:
root@xxx:
# go get github.com/madcowfred/GoPostStuff': "~/go"go: GOPATH entry cannot start with shell metacharacter '
and:
root@xxx:~# go get github.com/madcowfred/GoPostStuff
package code.google.com/p/gcfg: unable to detect version control system for code.google.com/ path
The text was updated successfully, but these errors were encountered: