You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithm for deducing which version of the Go spec applies to a given Go source file, and which GODEBUG and GOEXPERIMENT flags are in force, is unfortunately rather complicated. Gopls could help by adding to the Hover result for the package declaration an explanation of which Go version is in force and why, and the values of any non-default GODEBUG and/or GOEXPERIMENT settings. (Other UI approaches are possible.)
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Aug 15, 2024
The algorithm for deducing which version of the Go spec applies to a given Go source file, and which GODEBUG and GOEXPERIMENT flags are in force, is unfortunately rather complicated. Gopls could help by adding to the Hover result for the package declaration an explanation of which Go version is in force and why, and the values of any non-default GODEBUG and/or GOEXPERIMENT settings. (Other UI approaches are possible.)
The text was updated successfully, but these errors were encountered: