aboutsummaryrefslogtreecommitdiff
path: root/modules/crypto/ssh/terminal
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-24 18:03:08 -0400
committerUnknwon <u@gogs.io>2015-09-24 18:03:08 -0400
commite07675b4806b306606769e8534934d86dd7c7f10 (patch)
tree71f0a2c7fc23da0cec641768505dc9b449ce5817 /modules/crypto/ssh/terminal
parent4c30caad1c45fef4361f728609d4cef8f6bc2f45 (diff)
fix test custom import path
Diffstat (limited to 'modules/crypto/ssh/terminal')
-rwxr-xr-xmodules/crypto/ssh/terminal/util.go2
1 files changed, 1 insertions, 1 deletions
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"