From 0a122be81ea4c6c51ccd1e24e249c0fcd3c8d56e Mon Sep 17 00:00:00 2001 From: Juan Pablo Ossa Zapata Date: Mon, 4 Nov 2019 11:42:10 -0500 Subject: [PATCH] sshd/terminal: Fix import comment --- sshd/terminal/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd/terminal/util.go b/sshd/terminal/util.go index 3911040..e553f7e 100644 --- a/sshd/terminal/util.go +++ b/sshd/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 ( "golang.org/x/sys/unix"