Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
Cmd runs a command in a subprocess (asynchronously). Call `go cmd.Run()` to run the command asynchronously. Use the Started() channel to wait for the command to start. Use the Done() channel to wait for the command to complete.
Click to show internal directories.
Click to hide internal directories.