Imports of package server

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.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
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/cuelangPackage golang defines the LSP features for navigation, analysis, and refactoring of Go source code.
cuelang.org/go/internal/golangorgx/gopls/debugPackage debug exports debug information for gopls.
cuelang.org/go/internal/golangorgx/gopls/fileThe file package defines types used for working with LSP files.
cuelang.org/go/internal/golangorgx/gopls/progressThe 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/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/settings
cuelang.org/go/internal/golangorgx/gopls/telemetry
cuelang.org/go/internal/golangorgx/gopls/util/maps
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/event/tagPackage tag provides the labels used for telemetry throughout gopls.
cuelang.org/go/internal/golangorgx/tools/jsonrpc2Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
cuelang.org/go/internal/golangorgx/tools/xcontextPackage xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.