diff options
Diffstat (limited to 'modules/crypto/ssh/terminal/util.go')
-rwxr-xr-x | modules/crypto/ssh/terminal/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/crypto/ssh/terminal/util.go b/modules/crypto/ssh/terminal/util.go index 598e3df77e..0763c9a978 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" |