...

Directory /src/golang.org/x/exp

Name Synopsis
..
apidiff
cmd
apidiff Command apidiff determines whether two versions of a package are compatible
gorelease gorelease is an experimental tool that helps module authors avoid common problems before releasing a new version of a module.
macos-roots-test Command macOS-roots-test runs crypto/x509.TestSystemRoots as a stand-alone binary for crowdsourced testing.
modgraphviz Modgraphviz converts “go mod graph” output into Graphviz's DOT language, for use with Graphviz visualization and analysis tools like dot, dotty, and sccmap.
txtar The txtar command writes or extracts a text-based file archive in the format provided by the golang.org/x/tools/txtar package.
constraints Package constraints defines a set of useful constraints to be used with type parameters.
ebnf Package ebnf is a library for EBNF grammars.
ebnflint Ebnflint verifies that EBNF productions are consistent and grammatically correct.
io
i2c Package i2c allows users to read from and write to a slave I2C device.
driver Package driver contains interfaces to be implemented by various I2C implementations.
example
displayip 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.
driver Package driver contains interfaces to be implemented by various SPI implementations.
maps Package maps defines various functions useful with maps of any type.
mmap Package mmap provides a way to memory-map a file.
rand Package rand implements pseudo-random number generators.
shootout
slices Package slices defines various functions useful with slices of any type.
slog 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.
slogtest
trace
cmd
gotraceraw
gotracevalidate
utf8string Package utf8string provides an efficient way to index strings by rune rather than by byte.