package
1.5.0
Repository: https://github.com/romana/core.git
Documentation: pkg.go.dev

# Structs

DefaultExecutor is a default implementation of Executable that passes back to standard library.
FakeCmd implement Cmd interface for testing purposes.
FakeExecutor implements Executable stores faked Output, Error and commands recorded by Exec.

# Interfaces

Cmd is a facade to exec.Cmd.
Executable is a facade to exec.Command().Output().