telemetrygolang.org/x/telemetry

Imports of package telemetry

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/telemetry/counterPackage counter implements a simple counter system for collecting totally public telemetry data.
golang.org/x/telemetry/internal/crashmonitor
golang.org/x/telemetry/internal/telemetryPackage telemetry manages the telemetry mode file.
golang.org/x/telemetry/internal/upload
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.