Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Command(command string, args ...string) *exec.Cmd func Run(name string, file string, args ...string) *exec.Cmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Command ¶ func Command(command string, args ...string) *exec.Cmd func Run ¶ func Run(name string, file string, args ...string) *exec.Cmd Run Attempts to make a *exec.Cmd setup to run the specified file, with system-specific API calls to prevent tying the child processes lifetime to the parents. Returns a valid *exec.Cmd that can run the file upon success, or nil upon failure Types ¶ This section is empty. Source Files ¶ View all Source files exec.go exec_unix.go Click to show internal directories. Click to hide internal directories.