Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opt ¶
type Opt struct { // RepoDir is the working directory. Dir string // Env is the execution environment. Env []string }
Opt are the exec options, see https://godoc.org/os/exec#Cmd for details.
Click to show internal directories.
Click to hide internal directories.