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. |
go/scanner | Package scanner implements a scanner for Go source text. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
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/lsp/protocol | |
golang.org/x/tools/internal/lsp/source | |
golang.org/x/tools/internal/span | |
golang.org/x/xerrors | Package xerrors implements functions to manipulate errors. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
text/template | Package template implements data-driven templates for generating textual output. |
text/template/parse | Package parse builds parse trees for templates as defined by text/template and html/template. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |