Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shell ¶
type Shell interface { CombinedOutput(name string, arg ...string) (string, error) AsyncStdout(potentialErrorFromAsyncProcess chan error, name string, arg ...string) (*bufio.Reader, error) WaitForCharacter(charToWaitFor byte, output *bufio.Reader, timeout time.Duration) (string, error) HomeDir() string }
func MakeUnixShell ¶
func MakeUnixShell() Shell
Click to show internal directories.
Click to hide internal directories.