x/tools/gopls: documentation and troubleshooting guides for multi-module workspaces #41839
Closed
3 tasks
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Working with multi-module workspaces will be tricky--users may not realize that they are using in-workspace versions of modules instead of the versions specified in their
go.mod
files. Other tools, such as thego
command and Delve, will not see the same versions asgopls
, and this will lead to further confusion. Users need thorough documentation about:gopls.mod
file when they must configure things themselves/cc @hyangah
The text was updated successfully, but these errors were encountered: