blob: 6c5f52038edc9788b58a489bed92acc1eab91125 [file] [log] [blame]
// The config package holds the config.json file defining the Go telemetry
// upload configuration.
//
// An upload configuration specifies the set of values that are permitted in
// telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.
//
// This package contains no actual Go code, and exists only so the config.json
// file can be served by module proxies.
//
// The config.json is generated by golang.org/x/telemetry/internal/configgen.
package config