GO 1.11模块遇到这个问题:
$GOPATH/go.mod exists but should not
开启模块支持后,并不能与$GOPATH共存,所以把项目从$GOPATH中移出即可
GO 1.11模块遇到这个问题:
$GOPATH/go.mod exists but should not
开启模块支持后,并不能与$GOPATH共存,所以把项目从$GOPATH中移出即可
转载于:https://my.oschina.net/pokdars/blog/2222300