Re: [go-nuts] $GOPATH/go.mod exists but should not

2021-01-10 Thread 'JOE MCGUCKIN' via golang-nuts
OK, I was doing everything in the ~/go directory. I assumed that 'go get’ would create the appropriate directories under go/src. I have not followed your example yet, but I suspect that’s my problem. Thanks! Joe > On Jan 10, 2021, at 5:24 PM, Rick wrote: > > I'm not entirely following wh

[go-nuts] $GOPATH/go.mod exists but should not

2021-01-10 Thread joseph.p...@gmail.com
I found (what I think is) a simple GO project to play with as a learning exercise: https://intersog.com/blog/how-to-write-a-custom-url-shortener-using-golang-and-redis/ The second step fails immediately. with the aforementioned error message. I'm using GO version 1.15.6 $GOPATH is unde