]> Cypherpunks repositories - gostls13.git/commit
cmd/go: document new -exec flag on run/test
authorRuss Cox <rsc@golang.org>
Tue, 25 Feb 2014 15:22:27 +0000 (10:22 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 25 Feb 2014 15:22:27 +0000 (10:22 -0500)
commit280d46b03be642fbbb817332069d6b337774746e
tree90e8ca40c93e8deb00e6ddaf6ac0acc41bc82c44
parent7c8280c9efcd24b882e441d359b6880c1a456ad8
cmd/go: document new -exec flag on run/test

The new flag was added by CL 68150047 (part of the NaCl replay),
but the change, like the original, omitted documentation of the
new behavior.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/68580043
doc/go1.3.txt
src/cmd/go/doc.go
src/cmd/go/run.go
src/cmd/go/test.go