package telemetrycmd
import "cmd/go/internal/telemetrycmd"
Package telemetrycmd implements the "go telemetry" command.
Index ¶
Variables ¶
var CmdTelemetry = &base.Command{ UsageLine: "go telemetry [off|local|on]", Short: "manage telemetry data and settings", Long: "" /* 1359 byte string literal not displayed */, Run: runTelemetry, }
Source Files ¶
- Version
- v1.24.0-rc.1
- Published
- Dec 12, 2024
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 1 minute ago –
Tools for package owners.