Skip to content

Commit 36aa124

Browse files
authored
docs: Improve goimports description (#2109)
1 parent a6fcf6f commit 36aa124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/goimports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func NewGoimports() *goanalysis.Linter {
2424
}
2525
return goanalysis.NewLinter(
2626
goimportsName,
27-
"Goimports does everything that gofmt does. Additionally it checks unused imports",
27+
"In addition to fixing imports, goimports also formats your code in the same style as gofmt.",
2828
[]*analysis.Analyzer{analyzer},
2929
nil,
3030
).WithContextSetter(func(lintCtx *linter.Context) {

0 commit comments

Comments
 (0)