exp
moduleThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
exp
This subrepository holds experimental and deprecated (in theold
directory) packages.
The idea for this subrepository originated as thepkg/exp
directoryof the main repository, but its presence there made it unavailableto users of the binary downloads of the Go installation. Thesubrepository has therefore been created to make it possible togo get
these packages.
Warning: Packages here are experimental and unreliable. Some mayone day be promoted to the main repository or other subrepository,or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1compatibility promise. (No subrepo is, but the promise is even morelikely to be violated by go.exp than the others.)
Caveat emptor.
Directories¶
Path | Synopsis |
---|---|
cmd | |
apidiffcommand Command apidiff determines whether two versions of a package are compatible | Command apidiff determines whether two versions of a package are compatible |
goreleasecommand gorelease is an experimental tool that helps module authors avoid common problems before releasing a new version of a module. | gorelease is an experimental tool that helps module authors avoid common problems before releasing a new version of a module. |
macos-roots-testcommand Command macOS-roots-test runs crypto/x509.TestSystemRoots as a stand-alone binary for crowdsourced testing. | Command macOS-roots-test runs crypto/x509.TestSystemRoots as a stand-alone binary for crowdsourced testing. |
modgraphvizcommand Modgraphviz converts “go mod graph” output into Graphviz's DOT language, for use with Graphviz visualization and analysis tools like dot, dotty, and sccmap. | Modgraphviz converts “go mod graph” output into Graphviz's DOT language, for use with Graphviz visualization and analysis tools like dot, dotty, and sccmap. |
txtarcommand The txtar command writes or extracts a text-based file archive in the format provided by the golang.org/x/tools/txtar package. | The txtar command writes or extracts a text-based file archive in the format provided by the golang.org/x/tools/txtar package. |
Package constraints defines a set of useful constraints to be used with type parameters. | Package constraints defines a set of useful constraints to be used with type parameters. |
Package ebnf is a library for EBNF grammars. | Package ebnf is a library for EBNF grammars. |
Ebnflint verifies that EBNF productions are consistent and grammatically correct. | Ebnflint verifies that EBNF productions are consistent and grammatically correct. |
errorsmodule | |
eventmodule | |
io | |
i2c Package i2c allows users to read from and write to a slave I2C device. | Package i2c allows users to read from and write to a slave I2C device. |
i2c/driver Package driver contains interfaces to be implemented by various I2C implementations. | Package driver contains interfaces to be implemented by various I2C implementations. |
i2c/example/displayipcommand Package main contains a program that displays the IPv4 address of the machine on an a Grove-LCD RGB backlight. | Package main contains a program that displays the IPv4 address of the machine on an a Grove-LCD RGB backlight. |
spi Package spi allows users to read from and write to an SPI device. | Package spi allows users to read from and write to an SPI device. |
spi/driver Package driver contains interfaces to be implemented by various SPI implementations. | Package driver contains interfaces to be implemented by various SPI implementations. |
jsonrpc2module | |
Package maps defines various functions useful with maps of any type. | Package maps defines various functions useful with maps of any type. |
Package mmap provides a way to memory-map a file. | Package mmap provides a way to memory-map a file. |
notarymodule | |
protoveneermodule | |
Package rand implements pseudo-random number generators. | Package rand implements pseudo-random number generators. |
shinymodule | |
Package slices defines various functions useful with slices of any type. | Package slices defines various functions useful with slices of any type. |
Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. | Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
benchmarks Package benchmarks contains benchmarks for slog. | Package benchmarks contains benchmarks for slog. |
internal/buffer Package buffer provides a pool-allocated byte buffer. | Package buffer provides a pool-allocated byte buffer. |
internal/testutil Package testutil contains support functions for testing. | Package testutil contains support functions for testing. |
benchmarks/zapbenchmarksmodule | |
Package stats provides basic descriptive statistics. | Package stats provides basic descriptive statistics. |
sumdbmodule | |
Package trace provides a mechanism to collect and retrive the most recent execution data without keeping the complete execution tracing history. | Package trace provides a mechanism to collect and retrive the most recent execution data without keeping the complete execution tracing history. |
internal/raw Package raw provides an interface to interpret and emit Go execution traces. | Package raw provides an interface to interpret and emit Go execution traces. |
internal/tracev1 Package tracev1 implements a parser for Go execution traces from versions 1.11–1.21. | Package tracev1 implements a parser for Go execution traces from versions 1.11–1.21. |
internal/tracev2 Package tracev2 contains definitions for the v2 execution trace wire format. | Package tracev2 contains definitions for the v2 execution trace wire format. |
typeparamsmodule | |
Package utf8string provides an efficient way to index strings by rune rather than by byte. | Package utf8string provides an efficient way to index strings by rune rather than by byte. |
vulndbmodule | |
winfsnotifymodule | |
xerrorsmodule |