exp – golang.org/x/exp Directories

exp/ directory

Directories

PathSynopsis
apidiff
cmd
cmd/apidiffCommand apidiff determines whether two versions of a package are compatible
cmd/goreleasegorelease is an experimental tool that helps module authors avoid common problems before releasing a new version of a module.
cmd/modgraphvizModgraphviz converts “go mod graph” output into Graphviz's DOT language, for use with Graphviz visualization and analysis tools like dot, dotty, and sccmap.
cmd/txtarThe txtar command writes or extracts a text-based file archive in the format provided by the golang.org/x/tools/txtar package.
constraintsPackage constraints defines a set of useful constraints to be used with type parameters.
ebnfPackage ebnf is a library for EBNF grammars.
ebnflintEbnflint verifies that EBNF productions are consistent and grammatically correct.
io
io/i2cPackage i2c allows users to read from and write to a slave I2C device.
io/i2c/driverPackage driver contains interfaces to be implemented by various I2C implementations.
io/i2c/example
io/i2c/example/displayipPackage main contains a program that displays the IPv4 address of the machine on an a Grove-LCD RGB backlight.
io/spiPackage spi allows users to read from and write to an SPI device.
io/spi/driverPackage driver contains interfaces to be implemented by various SPI implementations.
mapsPackage maps defines various functions useful with maps of any type.
mmapPackage mmap provides a way to memory-map a file.
randPackage rand implements pseudo-random number generators.
slicesPackage slices defines various functions useful with slices of any type.
slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
slog/benchmarksPackage benchmarks contains benchmarks for slog.
slog/internal
slog/slogtest
trace
trace/cmd
trace/cmd/gotraceeventstats
trace/cmd/gotraceraw
trace/cmd/gotracevalidate
trace/internal
utf8stringPackage utf8string provides an efficient way to index strings by rune rather than by byte.
Version
v0.0.0-20250218142911-aa4b98e5adaa (latest)
Published
Feb 18, 2025
Platform
linux/amd64
Last checked
2 days ago

Tools for package owners.