]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use local state for telemetry
authorIan Alexander <jitsu@google.com>
Fri, 10 Oct 2025 12:52:30 +0000 (08:52 -0400)
committerIan Alexander <jitsu@google.com>
Mon, 27 Oct 2025 20:29:10 +0000 (13:29 -0700)
commit139f89226f0fd066347a1235202a92038959e00c
treeff01fa9f0b389d4d731db4af09ff68802d6d4601
parent823915657120a7263c8d98c043de34bc68c8f3f2
cmd/go: use local state for telemetry

This change adds a new loader state to satisfy the requirements for
the (currently unused) telemetry stats for the go command.

This commit is part of the overall effort to eliminate global
modloader state.

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