Mon, May 27, 2019
1 min read
go: modules disabled inside GOPATH/src by GO111MODULE=auto; see 'go help modules' solution
#golang#troubleshooting
Fix go mod init failing inside GOPATH/src by exporting GO111MODULE=on before re-running the command.
read more →