On Fri, Aug 14, 2020 at 8:03 PM 'K Richard Pixley' via golang-nuts <golang-nuts@googlegroups.com> wrote:
> What am I missing? > package github.com/mna/pigeon: cannot download, $GOPATH must not be set to > $GOROOT. For more details see: 'go help gopath' The above is the problem > GOPATH="/homes/kpixley/go" > GOROOT="/homes/kpixley/go" The above is the proof. Check where $GOPATH got set to the same value as $GOROOT (or vice versa). Possibly in ~/.profile or ~/.bashrc. If not, check the output of `go env` in a newly opened terminal window if the problem persists. If not, it might have been set manually just in your current terminal. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAA40n-Wuvuu3GnjpUhAyK9VyLTD6QZ3bNWVZFX%3DkFNy9qO-HDQ%40mail.gmail.com.