]> Cypherpunks repositories - gostls13.git/commit
os/exec: Document the fact that Cmd cannot be reused.
authorBenny Siegert <bsiegert@gmail.com>
Tue, 28 Apr 2015 19:32:12 +0000 (21:32 +0200)
committerMinux Ma <minux@golang.org>
Wed, 29 Apr 2015 21:08:07 +0000 (21:08 +0000)
commit12034208901e3026ee3039cfb089cb0b12d3d446
treee42489cece9c943f4ad4e1820f237496e99b31b6
parent4b78c9575d3b1190c63b25761dfb86f4d1715c2e
os/exec: Document the fact that Cmd cannot be reused.

Update #10305

Change-Id: Iea04758bc200038a1c64457a68100dcdd7f75212
Reviewed-on: https://go-review.googlesource.com/9440
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/exec/exec.go