Closed
Description
your feature request related to a problem? Please describe.
golangci-lint/pkg/golinters/goimports.go
Line 27 in 1fb67fe
This statement implies goimports is a drop-in replacement for gofmt.
This is misleading since goimports doesn't have an option to simplify code the way gofmt does.
Describe the solution you'd like.
A description that doesn't imply goimports is a drop-in replacement for gofmt.
Describe alternatives you've considered.
N/A.