gocuelang.org/go/internal/golangorgx Directories

golangorgx/ directory

Directories

PathSynopsis
internal/golangorgx/gopls
internal/golangorgx/gopls/cmdPackage cmd handles the cuelsp command line.
internal/golangorgx/gopls/file
internal/golangorgx/gopls/hooksPackage hooks adds all the standard gopls implementations.
internal/golangorgx/gopls/lsprpcPackage lsprpc implements a jsonrpc2.StreamServer that may be used to serve the LSP on a jsonrpc2 channel.
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.
internal/golangorgx/gopls/protocolPackage protocol contains the structs that map directly to the request and response messages of the Language Server Protocol.
internal/golangorgx/gopls/protocol/commandPackage command defines the interface provided by gopls for the workspace/executeCommand LSP request.
internal/golangorgx/gopls/protocol/semtokThe semtok package provides an encoder for LSP's semantic tokens.
internal/golangorgx/gopls/settings
internal/golangorgx/gopls/test
internal/golangorgx/gopls/test/integrationPackage integration provides a framework for writing integration tests of gopls.
internal/golangorgx/gopls/test/integration/fakePackage fake provides a fake implementation of an LSP-enabled text editor, its LSP client plugin, and a Sandbox environment for use in integration tests.
internal/golangorgx/gopls/test/integration/fake/globPackage glob implements an LSP-compliant glob pattern matcher for testing.
internal/golangorgx/gopls/util
internal/golangorgx/gopls/util/browserPackage browser provides utilities for interacting with users' browsers.
internal/golangorgx/gopls/util/pathutil
internal/golangorgx/gopls/util/safetokenPackage safetoken provides wrappers around methods in go/token, that return errors rather than panicking.
internal/golangorgx/tools
internal/golangorgx/tools/diffPackage diff computes differences between text files or strings.
internal/golangorgx/tools/diff/lcspackage lcs contains code to find longest-common-subsequences (and diffs)
internal/golangorgx/tools/eventPackage event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
internal/golangorgx/tools/event/corePackage core provides support for event based telemetry.
internal/golangorgx/tools/event/export
internal/golangorgx/tools/event/export/metricPackage metric aggregates events into metrics that can be exported.
internal/golangorgx/tools/event/export/ocagentPackage ocagent adds the ability to export all telemetry to an ocagent.
internal/golangorgx/tools/event/export/ocagent/wire
internal/golangorgx/tools/event/export/prometheus
internal/golangorgx/tools/event/keys
internal/golangorgx/tools/event/label
internal/golangorgx/tools/event/tagPackage tag provides the labels used for telemetry throughout gopls.
internal/golangorgx/tools/fakenet
internal/golangorgx/tools/jsonrpc2Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
internal/golangorgx/tools/jsonrpc2/servertestPackage servertest provides utilities for running tests against a remote LSP server.
internal/golangorgx/tools/toolPackage tool is a harness for writing Go tools.
Version
v0.15.1 (latest)
Published
Nov 21, 2025
Platform
linux/amd64
Last checked
4 months ago

Tools for package owners.