Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultRunner = NewSystemRunner(os.Stdin, os.Stdout, os.Stderr)
Functions ¶
This section is empty.
Types ¶
type SystemRunner ¶
type SystemRunner struct {
// contains filtered or unexported fields
}
func NewSystemRunner ¶
func NewSystemRunner(in io.Reader, out, err io.Writer) *SystemRunner
Click to show internal directories.
Click to hide internal directories.