]> Cypherpunks repositories - gostls13.git/commit
os: document that StartProcess's argv starts with the binary name
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 29 Dec 2017 01:15:23 +0000 (01:15 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 30 Dec 2017 21:59:34 +0000 (21:59 +0000)
commit0770aaca35184b105af622d1c4b4dd95a8e338a8
treec5f69abf62ba2e459f8c491e8e8624f19277245e
parentacce8268b611613bef4c422a861bd4863e85b0f1
os: document that StartProcess's argv starts with the binary name

Fixes #23277

Change-Id: Idbe09913c95dc951b9b195eb7ff1e75d2bb4d63d
Reviewed-on: https://go-review.googlesource.com/85675
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/exec.go