]> Cypherpunks repositories - gostls13.git/commit
cmd/go: check checkCounters counter read only on supported platforms
authorHana (Hyang-Ah) Kim <hyangah@gmail.com>
Fri, 8 Mar 2024 21:23:36 +0000 (16:23 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Sat, 9 Mar 2024 04:24:30 +0000 (04:24 +0000)
commit065c5d220e802e85d410a5e6adba0819ab71aeda
tree68df0e549cf25bb6c54b25dce2f16a829d1c32b2
parentbc20704c265be3c5c6696dd703202ecef9b31d4f
cmd/go: check checkCounters counter read only on supported platforms

Telemetry counters writing is disabled on certain platforms.
See x/telemetry/internal/telemetry.DisabledOnPlatform.

For #66205

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