From 521edf84a06b2769f7a673319dcaee4024d4ecff Mon Sep 17 00:00:00 2001 From: David Symonds Date: Fri, 30 Mar 2012 15:27:01 +1100 Subject: go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal. This removes the sole "exp/foo" import in the Go subrepos. A separate CL will remove exp/terminal from the standard Go repository. R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/5966045 --- ssh/example_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssh/example_test.go') diff --git a/ssh/example_test.go b/ssh/example_test.go index 2ee9fd8..ea772c2 100644 --- a/ssh/example_test.go +++ b/ssh/example_test.go @@ -6,9 +6,10 @@ package ssh import ( "bytes" - "exp/terminal" "fmt" "io/ioutil" + + "code.google.com/p/go.crypto/ssh/terminal" ) func ExampleListen() { -- cgit v1.3