From: Rob Findley Date: Tue, 22 Jun 2021 00:14:21 +0000 (-0400) Subject: cmd/gofmt: remove stale documentation for the -G flag X-Git-Tag: go1.17rc1~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=197a5ee2ab;p=gostls13.git cmd/gofmt: remove stale documentation for the -G flag This documentation remained from the original dev.typeparams merge. This flag no longer exists. Change-Id: Ic9a82071c512614dc1382780d69ef13253fca21d Reviewed-on: https://go-review.googlesource.com/c/go/+/329792 Trust: Robert Findley Run-TryBot: Robert Findley TryBot-Result: Go Bot Reviewed-by: Robert Griesemer --- diff --git a/src/cmd/gofmt/doc.go b/src/cmd/gofmt/doc.go index 68476e7d44..e340665594 100644 --- a/src/cmd/gofmt/doc.go +++ b/src/cmd/gofmt/doc.go @@ -26,9 +26,6 @@ The flags are: Do not print reformatted sources to standard output. If a file's formatting is different from gofmt's, print its name to standard output. - -G - Allow generic code, using type parameters. - See golang.org/issues/43651 for more information. -r rule Apply the rewrite rule to the source before reformatting. -s