• Brad Fitzpatrick's avatar
    exec: new API, replace Run with Command · f259f6ba
    Brad Fitzpatrick authored
    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
    f259f6ba
Name
Last commit
Last update
..
IntelliJIDEA Loading commit data...
arm Loading commit data...
bash Loading commit data...
bbedit Loading commit data...
cgo Loading commit data...
chrome/gophertool Loading commit data...
dashboard Loading commit data...
emacs Loading commit data...
fraise Loading commit data...
godoc Loading commit data...
goplay Loading commit data...
kate Loading commit data...
nacl Loading commit data...
notepadplus Loading commit data...
swig Loading commit data...
vim Loading commit data...
xcode Loading commit data...
zsh Loading commit data...