Open quchao opened 5 years ago
@quchao I think it's unnecessary since Go 1.12 now allows to use go get
without being inside the module directory.
This problem is specific to Go 1.11, and since module support is still experimental, I think it should be left as is.
Hi there, If
GO111MODULE=on
is set and a Go 1.11 & later is being used, the installations will fail with errors below:Although one can avoid that by disabling it temporarily, like:
Would it be a nice idea to solve it by the gvm install script?