I think I know what's going on. The GOPATH
changes when I installed gvm:
> alex@alex-K43U:~/go/src/m2k$ go install go install: no install
> location for directory /home/alex/go/src/m2k outside GOPATH
>
> alex@alex-K43U:~/go/src/m2k$ go env
> GOPATH="/home/alex/.gvm/pkgsets/go1.4/global"
> GOROOT="/home/alex/.gvm/gos/go1.4"
What should I do know? I'm afraid that bringing the GOPATH
to my workplace will mess up gvm
. On the other hand, go install
isn't working anymore.