Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
changeme
command
Package main is an example entrypoint stub.
|
Package main is an example entrypoint stub. |
|
Package errors prefixes the calling functions name to errors for simpler, smaller traces.
|
Package errors prefixes the calling functions name to errors for simpler, smaller traces. |
|
Package ioutil extends the stdlib ioutil
|
Package ioutil extends the stdlib ioutil |
|
Package ptr provides utility functions for working with pointers.
|
Package ptr provides utility functions for working with pointers. |
|
Package retry provides retryable context-aware functions for code that needs to be robust against transient failures.
|
Package retry provides retryable context-aware functions for code that needs to be robust against transient failures. |
|
Package set provides a bog standard set implementation for Go, just a wrapper around a map[T comparable]struct{} Most set methods mutate the set and return it to facilitate method chaining.
|
Package set provides a bog standard set implementation for Go, just a wrapper around a map[T comparable]struct{} Most set methods mutate the set and return it to facilitate method chaining. |
|
Package test provides helper functions for testing.
|
Package test provides helper functions for testing. |
Click to show internal directories.
Click to hide internal directories.