Documentation ¶ Index ¶ func RunInDir(dir, name string, args ...string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunInDir ¶ func RunInDir(dir, name string, args ...string) ([]byte, error) RunInDir runs a command in given directory. The name and args are as in exec.Command. stdout, stderr, and the environment are inherited from the current process. Types ¶ This section is empty. Source Files ¶ View all Source files exec.go Click to show internal directories. Click to hide internal directories.