Starting in Go 1.23, the Go toolchain programs collect statistics in local files by default, that is, go telemetry local mode.

Go telemetry is an opt-in system controlled by the go telemetry command, and you can view local reports with:

go run golang.org/x/telemetry/cmd/gotelemetry@latest view

References