diff options
Diffstat (limited to 'src/os/exec')
| -rw-r--r-- | src/os/exec/exec.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/exec/exec.go b/src/os/exec/exec.go index 19c7e2406a..0c17b7a35d 100644 --- a/src/os/exec/exec.go +++ b/src/os/exec/exec.go @@ -369,6 +369,8 @@ func lookExtensions(path, dir string) (string, error) { // Start starts the specified command but does not wait for it to complete. // +// If Start returns successfully, the c.Process field will be set. +// // The Wait method will return the exit code and release associated resources // once the command exits. func (c *Cmd) Start() error { |
