Skip to content

Commit a503d9c

Browse files
dolmengopherbot
authored andcommitted
gopls/internal/analysis/modernize/cmd/modernize: improve godoc
Change-Id: I34636fcac46744a80241e117cf02cf9192709f65 Reviewed-on: https://go-review.googlesource.com/c/tools/+/674056 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 2c5d16c commit a503d9c

File tree

1 file changed

+2
-0
lines changed
  • gopls/internal/analysis/modernize/cmd/modernize

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
// The modernize command suggests (or, with -fix, applies) fixes that
66
// clarify Go code by using more modern features.
7+
//
8+
// See [golang.org/x/tools/gopls/internal/analysis/modernize] for details.
79
package main
810

911
import (

0 commit comments

Comments
 (0)