go/src/pkg/exp
Dave Cheney fb57134d47 exp/ssh: alter Session to match the exec.Cmd API
This CL inverts the direction of the Stdin/out/err members of the
Session struct so they reflect the API of the exec.Cmd. In doing so
it borrows heavily from the exec package.

Additionally Shell now returns immediately, wait for completion using
Wait. Exec calls Wait internally and so blocks until the remote
command is complete.

Credit to Gustavo Niemeyer for the impetus for this CL.

R=rsc, agl, n13m3y3r, huin, bradfitz
CC=cw, golang-dev
https://golang.org/cl/5322055
2011-11-20 11:46:35 -05:00
..
ebnf renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
ebnflint src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
gotype src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
inotify syscall: use error 2011-11-13 22:44:52 -05:00
norm renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
spdy renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
sql exp/sql: NumInput() allow -1 to ignore checking. 2011-11-15 16:29:43 -08:00
ssh exp/ssh: alter Session to match the exec.Cmd API 2011-11-20 11:46:35 -05:00
terminal exp/terminal: fix Makefile formatting for deps.bash 2011-11-18 15:30:36 +03:00
types renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
winfsnotify all: sort imports 2011-11-02 15:54:16 -04:00
wingui all: sort imports 2011-11-02 15:54:16 -04:00
README explain exp 2009-10-15 11:02:18 -07:00

README

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.