exp/ directory
Directories ¶
| Path | Synopsis |
|---|---|
| apidiff | |
| cmd | |
| cmd/apidiff | Command apidiff determines whether two versions of a package are compatible |
| cmd/gorelease | gorelease is an experimental tool that helps module authors avoid common problems before releasing a new version of a module. |
| cmd/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. |
| cmd/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 | |
| io/i2c | Package i2c allows users to read from and write to a slave I2C device. |
| io/i2c/driver | Package driver contains interfaces to be implemented by various I2C implementations. |
| io/i2c/example | |
| io/i2c/example/displayip | Package main contains a program that displays the IPv4 address of the machine on an a Grove-LCD RGB backlight. |
| io/spi | Package spi allows users to read from and write to an SPI device. |
| io/spi/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. |
| 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. |
| slog/benchmarks | Package benchmarks contains benchmarks for slog. |
| slog/internal | |
| slog/slogtest | |
| stats | Package stats provides basic descriptive statistics. |
| trace | Package trace provides a mechanism to collect and retrieve the most recent execution data without keeping the complete execution tracing history. |
| trace/internal | |
| utf8string | Package utf8string provides an efficient way to index strings by rune rather than by byte. |
- Version
- v0.0.0-20260410095643-746e56fc9e2f (latest)
- Published
- Apr 10, 2026
- Platform
- linux/amd64
- Last checked
- 1 week ago –
Tools for package owners.