sshd/terminal: Fix import comment

This commit is contained in:
Juan Pablo Ossa Zapata 2019-11-04 11:42:10 -05:00 committed by Andrey Petrov
parent 413cba485e
commit 0a122be81e

View File

@ -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"