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/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
golang.org/x/mod/modfile | Package modfile implements a parser and formatter for go.mod files. |
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/command | |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |