]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: remove duplicated terminal code.
authorAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 14:59:06 +0000 (09:59 -0500)
committerAdam Langley <agl@golang.org>
Sun, 15 Jan 2012 14:59:06 +0000 (09:59 -0500)
commitdd47a0a2ca62e8c7f275545d3aa810d3b875550f
tree62e9271477dcbf00492262ed8454a8ab80e383b3
parent4dda23a1d0f793f53661dd973e29c793e67aa9aa
exp/ssh: remove duplicated terminal code.

The terminal code in exp/terminal was forked from the code in exp/ssh.
This change removes the duplicated code from exp/ssh in favour of
using exp/terminal.

R=rsc
CC=golang-dev
https://golang.org/cl/5375064
src/pkg/exp/ssh/Makefile
src/pkg/exp/ssh/doc.go
src/pkg/exp/ssh/server_shell.go [deleted file]
src/pkg/exp/ssh/server_terminal.go [new file with mode: 0644]
src/pkg/exp/ssh/session_test.go