Documentation ¶ Index ¶ func IsAvailable(binary, customPath string) bool type Command func MustNew(binary string, args []string, opts *Options) *Command func New(binary string, args []string, opts *Options) (*Command, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsAvailable ¶ func IsAvailable(binary, customPath string) bool Types ¶ type Command ¶ type Command struct { *exec.Cmd } func MustNew ¶ func MustNew(binary string, args []string, opts *Options) *Command func New ¶ func New(binary string, args []string, opts *Options) (*Command, error) type Options ¶ type Options struct { CustomPath string Env map[string]string Dir string } Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.