Documentation ¶ Index ¶ type Runner func NewRunner(cmd string, args ...string) *Runner func (r *Runner) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } Runner is a wrapper around exec.Cmd func NewRunner ¶ func NewRunner(cmd string, args ...string) *Runner func (*Runner) Run ¶ func (r *Runner) Run() error Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.