archive/zip | Package zip provides support for reading and writing ZIP archives. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/tools/internal/event | Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way. |
golang.org/x/tools/internal/event/core | Package core provides support for event based telemetry. |
golang.org/x/tools/internal/event/export | |
golang.org/x/tools/internal/event/export/metric | Package metric aggregates events into metrics that can be exported. |
golang.org/x/tools/internal/event/export/ocagent | |
golang.org/x/tools/internal/event/export/prometheus | |
golang.org/x/tools/internal/event/keys | |
golang.org/x/tools/internal/event/label | |
golang.org/x/tools/internal/lsp/cache | |
golang.org/x/tools/internal/lsp/debug/log | |
golang.org/x/tools/internal/lsp/debug/tag | |
golang.org/x/tools/internal/lsp/protocol | |
golang.org/x/tools/internal/lsp/source | |
golang.org/x/xerrors | Package xerrors implements functions to manipulate errors. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
runtime/pprof | Package pprof writes runtime profiling data in the format expected by the pprof visualization tool. |
runtime/trace | Package trace contains facilities for programs to generate traces for the Go execution tracer. |
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 | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |