Documentation ¶ Index ¶ func RunCommand(cmd *exec.Cmd) (string, string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunCommand ¶ func RunCommand(cmd *exec.Cmd) (string, string, error) RunCommand runs a command and returns its stdout, stderr, and its returned error (if any). If there are errors reading stdout or stderr, their return value(s) will contain the error as a string. Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.