README ¶ exec This library is a thin wrapper over "os/exec", allowing execution of commands as a single string using bash -c .... Maybe don't execute untrusted inputs. (You've been warned...) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func JustRun(program string, options ...option) string func MustRun(program string, options ...option) string func Run(program string, options ...option) (output string, err error) Constants ¶ This section is empty. Variables ¶ View Source var Options opt Functions ¶ func JustRun ¶ added in v1.1.0 func JustRun(program string, options ...option) string func MustRun ¶ added in v1.1.0 func MustRun(program string, options ...option) string func Run ¶ func Run(program string, options ...option) (output string, err error) Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.