Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandOutput ¶
CommandOutput represents the output of a command execution (stdout, stderr).
func ExternalCommandWithRedirect ¶
func ExternalCommandWithRedirect(name string, cmd ...string) (result CommandOutput, err error)
ExternalCommandWithRedirect Execute external command as subprocess and return stdout and stderr plus possible error.
Click to show internal directories.
Click to hide internal directories.