| color |
|
| executor |
Package executor encapsulates running a cancelable function, canceling it, and waiting for it to finish. |
| fixtures |
Package fixtures provides test doubles for the run package. |
| help |
|
| mutex |
|
| script |
Package script provides an immutable, reentrant wrapper around exec.Cmd for running bash scripts with robust cancellation. |
| seq |
Package seq provides helpers for asserting that a sequence of strings appears in order within a larger list of lines. |
| watcher |
Package watcher provides file system watching with debouncing and glob matching. |