gopls/internal/analysis/modernize: fix URL
CL 706918 added a wrong URL to the deprecation notice, thus the
provided go run command does not work. Fix this.
diff --git a/gopls/internal/analysis/modernize/cmd/modernize/main.go b/gopls/internal/analysis/modernize/cmd/modernize/main.go
index 5a4b165..0f1f5e6 100644
--- a/gopls/internal/analysis/modernize/cmd/modernize/main.go
+++ b/gopls/internal/analysis/modernize/cmd/modernize/main.go
@@ -8,7 +8,7 @@
// See [golang.org/x/tools/go/analysis/passes/modernize] for details.
//
// Deprecated: use 'go run
-// golang.org/x/tools/go/passes/modernize/cmd/modernize' instead. In
+// golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize' instead. In
// due course the modernizer suite will be accessed through "go fix";
// see https://go.dev/issue/71859.
package main
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Code-Review | +2 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
gopls/internal/analysis/modernize: fix URL
CL 706918 added a wrong URL to the deprecation notice, thus the
provided go run command does not work. Fix this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |