On 8/14/20 11:20, Jan Mercl wrote:
[External Email. Be cautious of content]
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.
Showed that in my output. Neither are set.
--
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/214add94-c4af-319c-78ea-89c790ba1207%40juniper.net.