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 2c5d16c commit a503d9cCopy full SHA for a503d9c
gopls/internal/analysis/modernize/cmd/modernize/main.go
@@ -4,6 +4,8 @@
4
5
// The modernize command suggests (or, with -fix, applies) fixes that
6
// clarify Go code by using more modern features.
7
+//
8
+// See [golang.org/x/tools/gopls/internal/analysis/modernize] for details.
9
package main
10
11
import (
0 commit comments