Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = func(name string, arg ...string) RunCmd { return &cmdWrap{exec.Command(name, arg...)} }
Generate a run command. Provides a hook for testing
View Source
var Find = exec.LookPath
Find an executable within path. Provides a hook for testing
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.