Documentation ¶ Index ¶ Variables func Run(bin string, args ...string) (string, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // ErrRun means run error. ErrRun = errors.New("exec: run error") // ErrMetaChars means meta chars detected. ErrMetaChars = errors.New("exec: detected meta chars") ) Functions ¶ func Run ¶ func Run(bin string, args ...string) (string, error) Run executes given binary with given args. Mainly for integrations, nothing else. Avoid this wherever possible. Types ¶ This section is empty. Source Files ¶ View all Source files errs.gore.gorun.go Click to show internal directories. Click to hide internal directories.