Closed
Description
Your feature request related to a problem? Please describe.
now gofmt lint only support simplify, and gofmt
support rewrite rule, proposal adding rewrite support to golangci's gofmt.
we can use it with -r 'interface{} -> any'
Describe the solution you'd like.
add a RunRewrite
in golangci/gofmt
add a []string
options to gofmt, and apply a set of replace rules on file.
Describe alternatives you've considered.
Not yet
Additional context.
No response