Standard librarycmd/go/internal/telemetrycmd Index | Files

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:      "" /* 1096 byte string literal not displayed */,

	Run: runTelemetry,
}

Source Files

telemetry.go

Version
v1.23.0-rc.2
Published
Jul 16, 2024
Platform
linux/amd64
Imports
5 packages
Last checked
5 seconds ago

Tools for package owners.