Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + type Shell interface + AsyncStdout func(potentialErrorFromAsyncProcess chan error, name string, arg ...string) (*bufio.Reader, error) + CombinedOutput func(name string, arg ...string) (string, error) + HomeDir func() string + WaitForCharacter func(charToWaitFor byte, output *bufio.Reader, timeout time.Duration) (string, error) + func MakeUnixShell() Shell