internal/analysisinternal | Package analysisinternal exposes internal-only fields from go/analysis. |
internal/apidiff | |
internal/event | Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way. |
internal/event/core | Package core provides support for event based telemetry. |
internal/event/export | |
internal/event/export/eventtest | Package eventtest supports logging events to a test. |
internal/event/export/metric | Package metric aggregates events into metrics that can be exported. |
internal/event/export/ocagent | Package ocagent adds the ability to export all telemetry to an ocagent. |
internal/event/export/ocagent/wire | |
internal/event/export/prometheus | |
internal/event/keys | |
internal/event/label | |
internal/fakenet | |
internal/fastwalk | Package fastwalk provides a faster version of filepath.Walk for file system scanning tools. |
internal/gocommand | Package gocommand is a helper for calling the go command. |
internal/gopathwalk | Package gopathwalk is like filepath.Walk but specialized for finding Go packages, particularly in $GOPATH and $GOROOT. |
internal/imports | Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary. |
internal/jsonrpc2 | Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec. |
internal/jsonrpc2/servertest | Package servertest provides utilities for running tests against a remote LSP server. |
internal/jsonrpc2_v2 | Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec. |
internal/lsp | Package lsp implements LSP for gopls. |
internal/lsp/analysis | |
internal/lsp/analysis/fillreturns | Package fillreturns defines an Analyzer that will attempt to automatically fill in a return statement that has missing values with zero value elements. |
internal/lsp/analysis/fillstruct | Package fillstruct defines an Analyzer that automatically fills in a struct declaration with zero value elements for each field. |
internal/lsp/analysis/infertypeargs | Package infertypeargs defines an analyzer that checks for explicit function arguments that could be inferred. |
internal/lsp/analysis/nonewvars | Package nonewvars defines an Analyzer that applies suggested fixes to errors of the type "no new variables on left side of :=". |
internal/lsp/analysis/noresultvalues | Package noresultvalues defines an Analyzer that applies suggested fixes to errors of the type "no result values expected". |
internal/lsp/analysis/simplifycompositelit | Package simplifycompositelit defines an Analyzer that simplifies composite literals. |
internal/lsp/analysis/simplifyrange | Package simplifyrange defines an Analyzer that simplifies range statements. |
internal/lsp/analysis/simplifyslice | Package simplifyslice defines an Analyzer that simplifies slice statements. |
internal/lsp/analysis/stubmethods | |
internal/lsp/analysis/undeclaredname | Package undeclaredname defines an Analyzer that applies suggested fixes to errors of the type "undeclared name: %s". |
internal/lsp/analysis/unusedparams | Package unusedparams defines an analyzer that checks for unused parameters of functions. |
internal/lsp/analysis/useany | Package useany defines an Analyzer that checks for usage of interface{} in constraints, rather than the predeclared any. |
internal/lsp/browser | Package browser provides utilities for interacting with users' browsers. |
internal/lsp/cache | Package cache implements the caching layer for gopls. |
internal/lsp/cmd | Package cmd handles the gopls command line. |
internal/lsp/cmd/test | Package cmdtest contains the test suite for the command line behavior of gopls. |
internal/lsp/command | Package command defines the interface provided by gopls for the workspace/executeCommand LSP request. |
internal/lsp/command/commandmeta | Package commandmeta provides metadata about LSP commands, by analyzing the command.Interface type. |
internal/lsp/command/gen | Package gen is used to generate command bindings from the gopls command interface. |
internal/lsp/debug | Package debug exports debug information for gopls. |
internal/lsp/debug/log | Package log provides helper methods for exporting log events to the internal/event package. |
internal/lsp/debug/tag | Package tag provides the labels used for telemetry throughout gopls. |
internal/lsp/diff | Package diff supports a pluggable diff algorithm. |
internal/lsp/diff/difftest | Package difftest supplies a set of tests that will operate on any implementation of a diff algorithm as exposed by "golang.org/x/tools/internal/lsp/diff" |
internal/lsp/diff/myers | Package myers implements the Myers diff algorithm. |
internal/lsp/fake | Package fake provides fake implementations of a text editor, LSP client plugin, and Sandbox environment for use in tests. |
internal/lsp/fuzzy | Package fuzzy implements a fuzzy matching algorithm. |
internal/lsp/helper | Invoke with //go:generate helper/helper -t Server -d protocol/tsserver.go -u lsp -o server_gen.go invoke in internal/lsp |
internal/lsp/lsppos | Package lsppos provides utilities for working with LSP positions. |
internal/lsp/lsprpc | Package lsprpc implements a jsonrpc2.StreamServer that may be used to serve the LSP on a jsonrpc2 channel. |
internal/lsp/mod | Package mod provides core features related to go.mod file handling for use by Go editors and tools. |
internal/lsp/progress | |
internal/lsp/protocol | Package protocol contains the structs that map directly to the wire format of the "Language Server Protocol". |
internal/lsp/regtest | Package regtest provides a framework for writing gopls regression tests. |
internal/lsp/snippet | Package snippet implements the specification for the LSP snippet format. |
internal/lsp/source | Package source provides core features for use by Go editors and tools. |
internal/lsp/source/completion | Package completion provides core functionality for code completion in Go editors and tools. |
internal/lsp/template | Package template contains code for dealing with templates |
internal/lsp/tests | Package tests exports functionality to be used across a variety of gopls tests. |
internal/lsp/work | |
internal/memoize | Package memoize supports memoizing the return values of functions with idempotent results that are expensive to compute. |
internal/packagesinternal | Package packagesinternal exposes internal-only fields from go/packages. |
internal/proxydir | Package proxydir provides functions for writing module data to a directory in proxy format, so that it can be used as a module proxy by setting GOPROXY="file://<dir>". |
internal/span | Package span contains support for representing with positions and ranges in text files. |
internal/stack | Package stack provides support for parsing standard goroutine stack traces. |
internal/stack/gostacks | The gostacks command processes stdin looking for things that look like stack traces and simplifying them to make the log more readable. |
internal/stack/stacktest | |
internal/testenv | Package testenv contains helper functions for skipping tests based on which tools are present in the environment. |
internal/tool | Package tool is a harness for writing Go tools. |
internal/typeparams | Package typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18. |
internal/typeparams/example | |
internal/typeparams/example/findtypeparams | |
internal/typeparams/genericfeatures | The genericfeatures package provides utilities for detecting usage of generic programming in Go packages. |
internal/typesinternal | Package typesinternal provides access to internal go/types APIs that are not yet exported. |
internal/xcontext | Package xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package. |