encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/telemetry/cmd/gotelemetry/internal/csv | csv dumps all the active counters. |
golang.org/x/telemetry/cmd/gotelemetry/internal/view | The view command is a server intended to be run on a user's machine to display the local counters and time series charts of counters. |
golang.org/x/telemetry/internal/counter | Package internal/counter implements the internals of the public counter package. |
golang.org/x/telemetry/internal/telemetry | Package telemetry manages the telemetry mode file. |
golang.org/x/telemetry/internal/upload | |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |