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
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'
On Fri, Aug 14, 2020 at 8:03 PM 'K Richard Pixley' via golang-nuts
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
I'm consistently finding modules confusing.
Here's today's confusion. I /think/ I've eliminated local environment
settings but, once done, go get isn't working and I don't understand
what needs to be changed. What am I missing?
kpixley@editsb> type go
-bash: type: go: not found
kpixley@edit