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