mirror of
https://github.com/golang/go
synced 2024-11-18 03:04:45 -07:00
d56e4e40bc
1.16 wants to set GO111MODULE=on. There are, AFAIK, two differences between "auto" and "on". First, if you're in a directory outside of GOPATH and with no go.mod, "on" will run in module mode with GOMOD=os.DevNull. I don't think we care very much about that. Second, if you're in GOPATH with no go.mod, "on" will run in module mode, breaking GOPATH mode. Breaking GOPATH mode may be desirable for the go command generally, but for gopls I think it will lead to an unnecessarily bad user experience. Users will find out when they do their first build or test; there's IMO no need to also break their editor. Flip the default back to "auto". Change-Id: I280e001a9f7e80d65e68c0cb94353d70a7f5425e Reviewed-on: https://go-review.googlesource.com/c/tools/+/255781 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysisinternal | ||
apidiff | ||
event | ||
fakenet | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
proxydir | ||
span | ||
stack | ||
testenv | ||
tool | ||
typesinternal | ||
xcontext |