]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: fix const association to avoid inaccurate comment
authorRob Findley <rfindley@google.com>
Wed, 10 Mar 2021 16:33:23 +0000 (11:33 -0500)
committerRobert Findley <rfindley@google.com>
Wed, 10 Mar 2021 17:10:00 +0000 (17:10 +0000)
commit5edab39f490dd3cff7bf02101b2d37a90827fa6d
treef3c7680020f14f038d68c9910755d8f94f95321f
parent489231111f2ef097e99b150232cc0c5323c9729e
cmd/gofmt: fix const association to avoid inaccurate comment

The const parseTypeParams was grouped with printer-related consts in
gofmt.go, implicitly suggesting that it must be kept in sync with
go/format/format.go.

Change-Id: Ia65dc15c27fef2c389f963071252adee32ec6bd6
Reviewed-on: https://go-review.googlesource.com/c/go/+/300451
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/gofmt/gofmt.go