Imports of package golang

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cuelang.org/go/internal/golangorgx/gopls/cachePackage cache is the core of gopls: it is concerned with state management, dependency analysis, and invalidation; and it holds the machinery of type checking and modular static analysis.
cuelang.org/go/internal/golangorgx/gopls/cache/metadataThe metadata package defines types and functions for working with package metadata, which describes Go packages and their relationships.
cuelang.org/go/internal/golangorgx/gopls/cache/parsego
cuelang.org/go/internal/golangorgx/gopls/fileThe file package defines types used for working with LSP files.
cuelang.org/go/internal/golangorgx/gopls/protocolPackage protocol contains the structs that map directly to the request and response messages of the Language Server Protocol.
cuelang.org/go/internal/golangorgx/gopls/protocol/semtokThe semtok package provides an encoder for LSP's semantic tokens.
cuelang.org/go/internal/golangorgx/gopls/util/safetokenPackage safetoken provides wrappers around methods in go/token, that return errors rather than panicking.
cuelang.org/go/internal/golangorgx/tools/diffPackage diff computes differences between text files or strings.
cuelang.org/go/internal/golangorgx/tools/eventPackage event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
cuelang.org/go/internal/golangorgx/tools/importsPackage imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
cuelang.org/go/internal/golangorgx/tools/tokeninternalpackage tokeninternal provides access to some internal features of the token package.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/formatPackage format implements standard formatting of Go source.
go/parserPackage parser implements a parser for Go source files.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
logPackage log implements a simple logging package.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/scannerPackage scanner provides a scanner and tokenizer for UTF-8-encoded text.
timePackage time provides functionality for measuring and displaying time.