Imports of gotelemetry command

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/telemetry/cmd/gotelemetry/internal/csvcsv dumps all the active counters.
golang.org/x/telemetry/cmd/gotelemetry/internal/viewThe 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/counterPackage internal/counter implements the internals of the public counter package.
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.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.