bytes | Package bytes implements functions for the manipulation of byte slices. |
container/heap | Package heap provides heap operations for any type that implements heap.Interface. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
cuelang.org/go/internal/golangorgx/gopls/cache/metadata | The 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/methodsets | Package methodsets defines an incremental, serializable index of method-set information that allows efficient 'implements' queries across packages of the workspace without using the type checker. |
cuelang.org/go/internal/golangorgx/gopls/cache/parsego | |
cuelang.org/go/internal/golangorgx/gopls/cache/typerefs | Package typerefs extracts symbol-level reachability information from the syntax of a Go package. |
cuelang.org/go/internal/golangorgx/gopls/cache/xrefs | Package xrefs defines the serializable index of cross-package references that is computed during type checking. |
cuelang.org/go/internal/golangorgx/gopls/file | The file package defines types used for working with LSP files. |
cuelang.org/go/internal/golangorgx/gopls/filecache | The filecache package provides a file-based shared durable blob cache. |
cuelang.org/go/internal/golangorgx/gopls/progress | The progress package defines utilities for reporting the progress of long-running operations using features of the LSP client interface such as Progress and ShowMessage. |
cuelang.org/go/internal/golangorgx/gopls/protocol | Package 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/command | Package command defines the interface provided by gopls for the workspace/executeCommand LSP request. |
cuelang.org/go/internal/golangorgx/gopls/settings | |
cuelang.org/go/internal/golangorgx/gopls/util/astutil | Package astutil provides various AST utility functions for gopls. |
cuelang.org/go/internal/golangorgx/gopls/util/bug | Package bug provides utilities for reporting internal bugs, and being notified when they occur. |
cuelang.org/go/internal/golangorgx/gopls/util/constraints | Package constraints defines a set of useful constraints to be used with type parameters. |
cuelang.org/go/internal/golangorgx/gopls/util/frob | Package frob is a fast restricted object encoder/decoder in the spirit of encoding/gob. |
cuelang.org/go/internal/golangorgx/gopls/util/immutable | The immutable package defines immutable wrappers around common data structures. |
cuelang.org/go/internal/golangorgx/gopls/util/maps | |
cuelang.org/go/internal/golangorgx/gopls/util/pathutil | |
cuelang.org/go/internal/golangorgx/gopls/util/persistent | The persistent package defines various persistent data structures; that is, data structures that can be efficiently copied and modified in sublinear time. |
cuelang.org/go/internal/golangorgx/gopls/util/safetoken | Package safetoken provides wrappers around methods in go/token, that return errors rather than panicking. |
cuelang.org/go/internal/golangorgx/gopls/util/slices | |
cuelang.org/go/internal/golangorgx/tools/analysisinternal | Package analysisinternal provides gopls' internal analyses with a number of helper functions that operate on typed syntax trees. |
cuelang.org/go/internal/golangorgx/tools/event | Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way. |
cuelang.org/go/internal/golangorgx/tools/event/keys | |
cuelang.org/go/internal/golangorgx/tools/event/label | |
cuelang.org/go/internal/golangorgx/tools/event/tag | Package tag provides the labels used for telemetry throughout gopls. |
cuelang.org/go/internal/golangorgx/tools/facts | Package facts defines a serializable set of analysis.Fact. |
cuelang.org/go/internal/golangorgx/tools/gcimporter | Package gcimporter provides various functions for reading gc-generated object files that can be used to implement the Importer interface defined by the Go 1.5 standard library package. |
cuelang.org/go/internal/golangorgx/tools/gocommand | Package gocommand is a helper for calling the go command. |
cuelang.org/go/internal/golangorgx/tools/imports | Package 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/memoize | Package memoize defines a "promise" abstraction that enables memoization of the result of calling an expensive but idempotent function. |
cuelang.org/go/internal/golangorgx/tools/packagesinternal | Package packagesinternal exposes internal-only fields from go/packages. |
cuelang.org/go/internal/golangorgx/tools/robustio | Package robustio wraps I/O functions that are prone to failure on Windows, transparently retrying errors up to an arbitrary timeout. |
cuelang.org/go/internal/golangorgx/tools/tokeninternal | package tokeninternal provides access to some internal features of the token package. |
cuelang.org/go/internal/golangorgx/tools/typesinternal | Package typesinternal provides access to internal go/types APIs that are not yet exported. |
cuelang.org/go/internal/golangorgx/tools/versions | |
cuelang.org/go/internal/golangorgx/tools/xcontext | Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/build | Package build gathers information about Go packages. |
go/build/constraint | Package constraint implements parsing and evaluation of build constraint lines. |
go/parser | Package parser implements a parser for Go source files. |
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). |
go/types | Package types declares the data types and implements the algorithms for type-checking of Go packages. |
golang.org/x/mod/modfile | Package modfile implements a parser and formatter for go.mod files. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
golang.org/x/tools/go/analysis | Package analysis defines the interface between a modular static analysis and an analysis driver program. |
golang.org/x/tools/go/packages | Package packages loads Go packages for inspection and analysis. |
golang.org/x/tools/go/types/objectpath | Package objectpath defines a naming scheme for types.Objects (that is, named entities in Go programs) relative to their enclosing package. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |
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. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
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. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |