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
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
Dec 9, 2024
findleyr
removed
the
Tools
This label describes issues relating to any tools in the x/tools repository.
label
Dec 9, 2024
Skimming the codebase, it look like we don't consider API deprecation in goimports. That is surprising.
We should avoid deprecated symbols and packages as import candidates.
Edit: context is #70717, where a user imported x/exp/maps by accident. (Though, will note that x/exp/maps is not currently deprecated).
CC @pjweinb
The text was updated successfully, but these errors were encountered: