We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fcf6f commit 36aa124Copy full SHA for 36aa124
pkg/golinters/goimports.go
@@ -24,7 +24,7 @@ func NewGoimports() *goanalysis.Linter {
24
}
25
return goanalysis.NewLinter(
26
goimportsName,
27
- "Goimports does everything that gofmt does. Additionally it checks unused imports",
+ "In addition to fixing imports, goimports also formats your code in the same style as gofmt.",
28
[]*analysis.Analyzer{analyzer},
29
nil,
30
).WithContextSetter(func(lintCtx *linter.Context) {
0 commit comments