mirror of https://github.com/golang/go.git
Allow users to experiment with golang/go#45713 by adding experimental support for the go.work file. We handle it like a special case, very similar to the current gopls.mod file mechanism. The behavior is undefined if both a gopls.mod and go.work file exist. Ultimately, we will deprecate support for the gopls.mod file if the go.work file proposal is accepted, so I don't think it's important to be careful about handling both simultaneously. Change-Id: Id822aeec953fc1d4acca343b742afea899dc70ff Reviewed-on: https://go-review.googlesource.com/c/tools/+/328334 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> |
||
|---|---|---|
| .. | ||
| testdata/unchanged | ||
| code_lens.go | ||
| diagnostics.go | ||
| format.go | ||
| hover.go | ||
| mod_test.go | ||