1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:21:22 -06:00
go/src/pkg/exp
Adam Langley 7bc4f8de0f exp/terminal: split terminal handling from exp/ssh
This change splits terminal handling from exp/ssh, as suggested
several times in the ssh code review.

shell.go and shell_test.go are copies from exp/ssh with minimal
changes, so don't need another full review. A future CL will remove
that code from exp/ssh.

R=bradfitz, r, dave, rsc
CC=golang-dev
https://golang.org/cl/5278049
2011-10-18 12:58:57 -04:00
..
ebnf ebnf, ebnflint: move under exp 2011-10-11 17:43:10 -07:00
ebnflint ebnf, ebnflint: move under exp 2011-10-11 17:43:10 -07:00
gotype gotype: move to exp/gotype per Go 1 plan 2011-10-13 16:36:53 -07:00
gui build: fix for new return restriction 2011-10-13 12:17:18 -04:00
norm updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
spdy exp/spdy: move http/spdy to exp/spdy 2011-10-11 16:45:01 -07:00
sql pkg: fix incorrect prints found by govet 2011-10-13 13:34:01 +11:00
ssh exp/ssh: general cleanups for client support 2011-10-18 12:54:48 -04:00
template/html exp/template/html: do not depend on reflection on internal fields 2011-10-17 18:23:59 -04:00
terminal exp/terminal: split terminal handling from exp/ssh 2011-10-18 12:58:57 -04:00
types gofix -r mapdelete 2011-10-18 09:56:34 -04:00
wingui syscall: mksyscall_windows.pl to produce packages other than syscall (for example pkg/exp/wingui/zwinapi.go) 2011-09-24 10:38:39 +10:00
README explain exp 2009-10-15 11:02:18 -07:00

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