Documentation ¶
Overview ¶
TODO consider including `golang.org/x/exp` extended library (<https://cs.opensource.google/go/x/exp>) TODO consider providing -- very sparingly -- functions in `/std` for importing directly into the current namespace. Supplementary utilities for the Go standard library.
Directories ¶
Path | Synopsis |
---|---|
builtin contains additional utility functions for built-in types of the Go programming languages.
|
builtin contains additional utility functions for built-in types of the Go programming languages. |
bitset
bitset is a package that provides a bit-wise set implementation for indexes/positions.
|
bitset is a package that provides a bit-wise set implementation for indexes/positions. |
multiset
Multiset is a map with uint-values that represents a set of elements with their respective number of elements.
|
Multiset is a map with uint-values that represents a set of elements with their respective number of elements. |
set
set is a map of keys with unit-values (`struct{}{}`).
|
set is a map of keys with unit-values (`struct{}{}`). |
crypto
|
|
encoding
|
|
A concise error handling package that provides the mechanisms for creating a "root" error that is a basic instance of String/Uint/Int, and the ability to add stacktrace and context to the root error.
|
A concise error handling package that provides the mechanisms for creating a "root" error that is a basic instance of String/Uint/Int, and the ability to add stacktrace and context to the root error. |
log provides logging functions with level-prefixes and customized options.
|
log provides logging functions with level-prefixes and customized options. |
modular
modular provides arithmetic functions for modular arithmetic.
|
modular provides arithmetic functions for modular arithmetic. |
http
Package http contains utilities for the net/http package.
|
Package http contains utilities for the net/http package. |
runtime
|
|
pprof
pprof provides utilities for `runtime/pprof`.
|
pprof provides utilities for `runtime/pprof`. |
testing contains assertions for use in unit tests.
|
testing contains assertions for use in unit tests. |
Click to show internal directories.
Click to hide internal directories.