Documentation ¶ Index ¶ func ExeShell(cmdStr string) (string, error) func ExeShellInDir(cmdStr string, dir string) (string, error) func ExeShellWithOutput(cmdStr string) ([]string, error) func ExeShellWithOutputInDir(cmdStr string, dir string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExeShell ¶ func ExeShell(cmdStr string) (string, error) func ExeShellInDir ¶ func ExeShellInDir(cmdStr string, dir string) (string, error) func ExeShellWithOutput ¶ func ExeShellWithOutput(cmdStr string) ([]string, error) func ExeShellWithOutputInDir ¶ func ExeShellWithOutputInDir(cmdStr string, dir string) ([]string, error) Types ¶ This section is empty. Source Files ¶ View all Source files shell.go Click to show internal directories. Click to hide internal directories.