go: cannot find main module; see 'go help modules' problem solution

go: cannot find main module; see ‘go help modules’

Goland go's default way of managing dependencies has changed to go module mode, change GO111MODULE to off

				go env -w GO111MODULE=off

Specific details:

https://blog.csdn.net/sinat_28371057/article/details/109763938

Guess you like

Origin blog.csdn.net/weixin_44839457/article/details/114243012