]> Cypherpunks repositories - gostls13.git/commit
os/exec: document that Stdin goroutine must finish in Wait
authorRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 17:09:59 +0000 (13:09 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Oct 2014 17:09:59 +0000 (13:09 -0400)
commit05c4b69f848a2de7acc604285d18e995f646adfc
treea8cdb4102d3af1bfebf8a5c45f17960f64c21067
parentdb4dad7fd7f8d95ffb0c8e07de150015172d5853
os/exec: document that Stdin goroutine must finish in Wait

Fixes #7990.

LGTM=iant, bradfitz
R=bradfitz, iant, robryk
CC=golang-codereviews
https://golang.org/cl/156220043
src/os/exec/exec.go