Just rm -rf $GOPATH/pkg and you should be fine.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/VGa3vprcNiE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Set is not enough, it must be exported. Try
$ export GOPATH=whatever
and run go env again.
(phone)
-j