x/tools/gopls: CLI: gopls check go.mod
hangs
#46251
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
The gopls command line can check go files with
gopls check foo.go
, and should theoretically be able to also check modfiles. However,gopls check go.mod
just hangs indefinitely.We should either add support for checking modfiles, or return a meaningful error.
CC @stamblerre
The text was updated successfully, but these errors were encountered: