toolsgolang.org/x/tools/internal Directories

internal/ directory

Directories

PathSynopsis
internal/analysisinternalPackage analysisinternal provides gopls' internal analyses with a number of helper functions that operate on typed syntax trees.
internal/apidiff
internal/bisectPackage bisect can be used by compilers and other programs to serve as a target for the bisect debugging tool.
internal/diffPackage diff computes differences between text files or strings.
internal/diff/difftestPackage difftest supplies a set of tests that will operate on any implementation of a diff algorithm as exposed by "golang.org/x/tools/internal/diff"
internal/diff/lcspackage lcs contains code to find longest-common-subsequences (and diffs)
internal/diff/myersPackage myers implements the Myers diff algorithm.
internal/diffpPackage diffp implements a basic diff algorithm equivalent to patience diff.
internal/eventPackage event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
internal/event/corePackage core provides support for event based telemetry.
internal/event/export
internal/event/export/eventtestPackage eventtest supports logging events to a test.
internal/event/export/metricPackage metric aggregates events into metrics that can be exported.
internal/event/export/ocagentPackage 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/event/tagPackage tag provides the labels used for telemetry throughout gopls.
internal/factsPackage facts defines a serializable set of analysis.Fact.
internal/fakenet
internal/fastwalkPackage fastwalk provides a faster version of filepath.Walk for file system scanning tools.
internal/fuzzyPackage fuzzy implements a fuzzy matching algorithm.
internal/gcimporterPackage 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.
internal/gocommandPackage gocommand is a helper for calling the go command.
internal/gopathwalkPackage gopathwalk is like filepath.Walk but specialized for finding Go packages, particularly in $GOPATH and $GOROOT.
internal/gorootPackage goroot is a copy of package internal/goroot in the main GO repot.
internal/importsPackage imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
internal/jsonrpc2Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
internal/jsonrpc2/servertestPackage servertest provides utilities for running tests against a remote LSP server.
internal/jsonrpc2_v2Package jsonrpc2 is a minimal implementation of the JSON RPC 2 spec.
internal/memoizePackage memoize defines a "promise" abstraction that enables memoization of the result of calling an expensive but idempotent function.
internal/packagesinternalPackage packagesinternal exposes internal-only fields from go/packages.
internal/persistentThe persistent package defines various persistent data structures; that is, data structures that can be efficiently copied and modified in sublinear time.
internal/pkgbitsPackage pkgbits implements low-level coding abstractions for Unified IR's export data format.
internal/proxydirPackage 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/robustioPackage robustio wraps I/O functions that are prone to failure on Windows, transparently retrying errors up to an arbitrary timeout.
internal/stackPackage stack provides support for parsing standard goroutine stack traces.
internal/stack/gostacksThe 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/testenvPackage testenv contains helper functions for skipping tests based on which tools are present in the environment.
internal/tokeninternalpackage tokeninternal provides access to some internal features of the token package.
internal/toolPackage tool is a harness for writing Go tools.
internal/typeparamsPackage typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18.
internal/typeparams/genericfeaturesThe genericfeatures package provides utilities for detecting usage of generic programming in Go packages.
internal/typesinternalPackage typesinternal provides access to internal go/types APIs that are not yet exported.
internal/xcontextPackage xcontext is a package to offer the extra functionality we need from contexts that is not available from the standard context package.
Version
v0.9.3
Published
Jun 1, 2023
Platform
js/wasm
Last checked
4 hours ago

Tools for package owners.