x/tools/go/analysis/internal/checker: remove imports that are unused after a batch of fixes are applied #73578
Labels
Refactoring
Issues related to refactoring tools
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Go version
go 1.24.2
Output of
go env
in your module/workspace:What did you do?
Output:
What did you see happen?
After executing
modernize -fix -test ./...
, it will become.Output:
What did you expect to see?
The sort package should be handled correctly; if there are other places in this file using methods from the sort package, they should be retained. Otherwise, they should be removed.
The text was updated successfully, but these errors were encountered: