]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/telemetrystats: count goexperiments
authorqmuntal <quimmuntal@gmail.com>
Tue, 15 Jul 2025 13:24:25 +0000 (15:24 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 29 Jul 2025 17:38:55 +0000 (10:38 -0700)
commit19a086f716869bc79df24e1f30d74334261396db
tree4f8bdf86ebfaa895468563804514949de77cefab
parentaa95ab8215760dfd6e1b8bb02aa2211021108512
cmd/go/internal/telemetrystats: count goexperiments

Knowing which goexperiments are enabled by the users is
useful information to have in the local telemetry database.

It also opens the door for uploading them in the future if
desired.

Change-Id: I12c8eaa3997dec0ed26703885f1c216676f5590d
Reviewed-on: https://go-review.googlesource.com/c/go/+/688135
Reviewed-by: Michael Matloob <matloob@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/telemetrystats/telemetrystats.go