mirror of
https://github.com/golang/go
synced 2024-11-23 16:20:04 -07:00
Use c.Process instead of Process
This commit is contained in:
parent
3aa520a89f
commit
8f58bc6c43
@ -369,7 +369,7 @@ func lookExtensions(path, dir string) (string, error) {
|
|||||||
|
|
||||||
// Start starts the specified command but does not wait for it to complete.
|
// Start starts the specified command but does not wait for it to complete.
|
||||||
//
|
//
|
||||||
// If Start returns successfully, the Process field will be set.
|
// If Start returns successfully, the c.Process field will be set.
|
||||||
//
|
//
|
||||||
// The Wait method will return the exit code and release associated resources
|
// The Wait method will return the exit code and release associated resources
|
||||||
// once the command exits.
|
// once the command exits.
|
||||||
|
Loading…
Reference in New Issue
Block a user