cmd/

directory
v1.0.52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: MIT

Directories

Path Synopsis
xgo
patch reflect package NOTE: not used currently
patch reflect package NOTE: not used currently
internal/vendir/github.com/dlclark/regexp2
Package regexp2 is a regexp package that has an interface similar to Go's framework regexp engine but uses a more feature full regex engine behind the scenes.
Package regexp2 is a regexp package that has an interface similar to Go's framework regexp engine but uses a more feature full regex engine behind the scenes.
internal/vendir/github.com/dop251/goja/ast
Package ast declares types representing a JavaScript AST.
Package ast declares types representing a JavaScript AST.
internal/vendir/github.com/dop251/goja/file
Package file encapsulates the file abstractions used by the ast & parser.
Package file encapsulates the file abstractions used by the ast & parser.
internal/vendir/github.com/dop251/goja/ftoa
Package ftoa provides ECMAScript-compliant floating point number conversion to string.
Package ftoa provides ECMAScript-compliant floating point number conversion to string.
internal/vendir/github.com/dop251/goja/ftoa/internal/fast
Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc)
Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc)
internal/vendir/github.com/dop251/goja/parser
Package parser implements a parser for JavaScript.
Package parser implements a parser for JavaScript.
internal/vendir/github.com/dop251/goja/token
Package token defines constants representing the lexical tokens of JavaScript (ECMA5).
Package token defines constants representing the lexical tokens of JavaScript (ECMA5).
internal/vendir/github.com/dop251/goja/unistring
Package unistring contains an implementation of a hybrid ASCII/UTF-16 string.
Package unistring contains an implementation of a hybrid ASCII/UTF-16 string.
internal/vendir/github.com/xhd2015/go-coverage/diff/myers
Package myers implements the Myers diff algorithm.
Package myers implements the Myers diff algorithm.
internal/vendir/github.com/xhd2015/lines-annotation/load
package load provides utilities to load primitive annotations, include: - Line Changes - Line Empty Mark
package load provides utilities to load primitive annotations, include: - Line Changes - Line Empty Mark
internal/vendir/github.com/xhd2015/lines-annotation/load/loadcov
package loadcov is a high level load function specifically for coverage
package loadcov is a high level load function specifically for coverage
internal/vendir/github.com/xhd2015/lines-annotation/merge
package merge provides utilities to merge annotations together
package merge provides utilities to merge annotations together
internal/vendir/github.com/xhd2015/lines-annotation/model
package model provides *core* representations for different code structures.
package model provides *core* representations for different code structures.
internal/vendir/golang.org/x/mod/semver
Package semver implements comparison of semantic version strings.
Package semver implements comparison of semantic version strings.
internal/vendir/golang.org/x/sys/execabs
Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths.
Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths.
internal/vendir/golang.org/x/text/cases
Package cases provides general and language-specific case mappers.
Package cases provides general and language-specific case mappers.
internal/vendir/golang.org/x/text/collate
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
internal/vendir/golang.org/x/text/internal
Package internal contains non-exported functionality that are used by packages in the text repository.
Package internal contains non-exported functionality that are used by packages in the text repository.
internal/vendir/golang.org/x/text/internal/colltab
Package colltab contains functionality related to collation tables.
Package colltab contains functionality related to collation tables.
internal/vendir/golang.org/x/text/internal/language/compact
Package compact defines a compact representation of language tags.
Package compact defines a compact representation of language tags.
internal/vendir/golang.org/x/text/internal/tag
Package tag contains functionality handling tags and related data.
Package tag contains functionality handling tags and related data.
internal/vendir/golang.org/x/text/language
Package language implements BCP 47 language tags and related functionality.
Package language implements BCP 47 language tags and related functionality.
internal/vendir/golang.org/x/text/transform
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
internal/vendir/golang.org/x/text/unicode/norm
Package norm contains types and functions for normalizing Unicode strings.
Package norm contains types and functions for normalizing Unicode strings.
internal/vendir/golang.org/x/text/unicode/rangetable
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
Package rangetable provides utilities for creating and inspecting unicode.RangeTables.
internal/vendir/golang.org/x/tools/go/gcexportdata
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
Package gcexportdata provides functions for locating, reading, and writing export data files containing type information produced by the gc compiler.
internal/vendir/golang.org/x/tools/go/internal/packagesdriver
Package packagesdriver fetches type sizes for go/packages and go/analysis.
Package packagesdriver fetches type sizes for go/packages and go/analysis.
internal/vendir/golang.org/x/tools/go/packages
Package packages loads Go packages for inspection and analysis.
Package packages loads Go packages for inspection and analysis.
internal/vendir/golang.org/x/tools/internal/event
Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
Package event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
internal/vendir/golang.org/x/tools/internal/event/core
Package core provides support for event based telemetry.
Package core provides support for event based telemetry.
internal/vendir/golang.org/x/tools/internal/gcimporter
Package 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.
Package 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/vendir/golang.org/x/tools/internal/gocommand
Package gocommand is a helper for calling the go command.
Package gocommand is a helper for calling the go command.
internal/vendir/golang.org/x/tools/internal/packagesinternal
Package packagesinternal exposes internal-only fields from go/packages.
Package packagesinternal exposes internal-only fields from go/packages.
internal/vendir/golang.org/x/tools/internal/pkgbits
Package pkgbits implements low-level coding abstractions for Unified IR's export data format.
Package pkgbits implements low-level coding abstractions for Unified IR's export data format.
internal/vendir/golang.org/x/tools/internal/typeparams
Package typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18.
Package typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18.
internal/vendir/golang.org/x/tools/internal/typesinternal
Package typesinternal provides access to internal go/types APIs that are not yet exported.
Package typesinternal provides access to internal go/types APIs that are not yet exported.
shadow command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL