Imports of package upload

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/telemetry/internal/configpackage config provides methods for loading and querying a telemetry upload config file.
golang.org/x/telemetry/internal/configstorePackage configstore abstracts interaction with the telemetry config server.
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.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.