1
0
mirror of https://github.com/golang/go synced 2024-10-03 15:31:22 -06:00
go/misc/dashboard/builder
Brad Fitzpatrick f259f6ba0a exec: new API, replace Run with Command
This removes exec.Run and replaces exec.Cmd with a
new implementation. The new exec.Cmd represents
both a currently-running command and also a command
being prepared. It has a good zero value.

You can Start + Wait on a Cmd, or simply Run it.
Start (and Run) deal with copying stdout, stdin,
and stderr between the Cmd's io.Readers and
io.Writers.

There are convenience methods to capture a command's
stdout and/or stderr.

R=r, n13m3y3r, rsc, gustavo, alex.brainman, dsymonds, r, adg, duzy.chan, mike.rosset, kevlar
CC=golang-dev
https://golang.org/cl/4552052
2011-06-01 15:26:53 -07:00
..
doc.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00
exec.go exec: new API, replace Run with Command 2011-06-01 15:26:53 -07:00
http.go go/printer, gofmt: fix formatting of expression lists (missing blank) 2011-05-19 17:05:35 -07:00
main.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
Makefile dashboard: fix for branches 2011-05-12 11:21:34 -04:00
package.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00