bytes | Package bytes implements functions for the manipulation of byte slices. |
cmd/internal/browser | Package browser provides utilities for interacting with users' browsers. |
cmd/internal/telemetry/counter | |
cmp | Package cmp provides types and functions related to comparing ordered values. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
internal/trace | |
internal/trace/event | |
internal/trace/raw | Package raw provides an interface to interpret and emit Go execution traces. |
internal/trace/traceviewer | |
internal/trace/traceviewer/format | Package traceviewer provides definitions of the JSON data structures used by the Chrome trace viewer. |
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 | 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. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
slices | Package slices defines various functions useful with slices of any type. |
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. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |
time | Package time provides functionality for measuring and displaying time. |