diff --git a/src/os/exec/exec.go b/src/os/exec/exec.go index 19c7e2406abb3..1a7f501fa54be 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 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 {