]> Cypherpunks repositories - gostls13.git/commit
cmd/go: change the naming of flag counters
authorMichael Matloob <matloob@golang.org>
Fri, 16 Feb 2024 20:01:47 +0000 (15:01 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 21 Feb 2024 16:58:04 +0000 (16:58 +0000)
commit808c8fb815183f0bd6978b17e41e7edf254b78ec
tree32caac253d843e0a09e7b7b24f7eb2c5edf4e794
parent3f60da7944352d7f2d4a04830c0612457643016c
cmd/go: change the naming of flag counters

We're making the following changes:
 * From cmd/go/flag-<flagname> to cmd/go/flag:<flagname>
 * From cmd/go/<subcommand-name>:flag-<flagname> to
       cmd/go/flag:<subcommand-name>-<flagname>
 * From cmd/go:subcommand-<subcommand-name> to
       cmd/go/subcommand:<subcommand-name>

Change-Id: Id682840bb4330fceeb070fc69203d0bfb03f3a29
Reviewed-on: https://go-review.googlesource.com/c/go/+/564857
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/go/main.go