1
0
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:
Günther Noack 2019-12-02 20:24:26 +01:00
parent 3aa520a89f
commit 8f58bc6c43

View File

@ -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.