Documentation ¶ Index ¶ func OSRun(command string, args []string) (string, error) func RunUnix(command string, args []string) (string, error) func RunWindows(command string, args []string) (string, error) type RunError func (e *RunError) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OSRun ¶ func OSRun(command string, args []string) (string, error) func RunUnix ¶ func RunUnix(command string, args []string) (string, error) func RunWindows ¶ func RunWindows(command string, args []string) (string, error) Types ¶ type RunError ¶ type RunError struct { Command string Args []string Parent error StdOut string } func (*RunError) Error ¶ func (e *RunError) Error() string Source Files ¶ View all Source files osexec.go Click to show internal directories. Click to hide internal directories.