context | Package 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/cache | Package 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/debug | Package debug exports debug information for gopls. |
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/server | Package server defines gopls' implementation of the LSP server interface, protocol.Server. |
cuelang.org/go/internal/golangorgx/gopls/settings | |
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/tag | Package tag provides the labels used for telemetry throughout gopls. |
cuelang.org/go/internal/golangorgx/tools/gocommand | Package gocommand is a helper for calling the go command. |
cuelang.org/go/internal/golangorgx/tools/jsonrpc2 | Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
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. |