Skip to content

Commit e143b9a

Browse files
committed
fix modernize deprecation warning path
1 parent c9ea558 commit e143b9a

File tree

1 file changed

+1
-1
lines changed
  • gopls/internal/analysis/modernize/cmd/modernize

1 file changed

+1
-1
lines changed

gopls/internal/analysis/modernize/cmd/modernize/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// See [golang.org/x/tools/go/analysis/passes/modernize] for details.
99
//
1010
// Deprecated: use 'go run
11-
// golang.org/x/tools/go/passes/modernize/cmd/modernize' instead. In
11+
// golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize' instead. In
1212
// due course the modernizer suite will be accessed through "go fix";
1313
// see https://go.dev/issue/71859.
1414
package main

0 commit comments

Comments
 (0)