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