Versions in this module Expand all Collapse all v0 v0.9.0 Nov 2, 2015 Changes in this version type Cmd + Kill func() error + StderrPipe func() (io.ReadCloser, error) v0.8.0 Sep 30, 2015 v0.7.0 Sep 16, 2015 Changes in this version + var Command = func(name string, args ...string) Cmd + type Cmd interface + Process func() *os.Process + Start func() error + StdoutPipe func() (io.ReadCloser, error) + Wait func() error