1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-07-27 21:58:38 +03:00

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

@ -14,7 +14,7 @@
// panic(err) // panic(err)
// } // }
// defer terminal.Restore(0, oldState) // defer terminal.Restore(0, oldState)
package terminal // import "golang.org/x/crypto/ssh/terminal" package terminal
import ( import (
"golang.org/x/sys/unix" "golang.org/x/sys/unix"