From e07675b4806b306606769e8534934d86dd7c7f10 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 24 Sep 2015 18:03:08 -0400 Subject: fix test custom import path --- modules/crypto/ssh/terminal/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/crypto/ssh/terminal') diff --git a/modules/crypto/ssh/terminal/util.go b/modules/crypto/ssh/terminal/util.go index 598e3df7..0763c9a9 100755 --- a/modules/crypto/ssh/terminal/util.go +++ b/modules/crypto/ssh/terminal/util.go @@ -14,7 +14,7 @@ // panic(err) // } // defer terminal.Restore(0, oldState) -package terminal // import "golang.org/x/crypto/ssh/terminal" +package terminal import ( "io" -- cgit v1.2.3