Imports of package view

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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/cmd/gotelemetry/internal/browserPackage browser provides utilities for interacting with users' browsers.
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/content
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/unionfsPackage unionfs allows multiple file systems to be read as a union.
htmlPackage html provides functions for escaping and unescaping HTML text.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
io/fsPackage fs defines basic interfaces to a file system.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.