mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-06 02:13:07 +03:00
Remove import comment. Fixes #337
Fix issue with go1.13+ See https://github.com/golang/go/issues/37747
This commit is contained in:
parent
d8e68d57bc
commit
d8f9bc9006
@ -4,12 +4,13 @@
|
|||||||
|
|
||||||
// +build solaris
|
// +build solaris
|
||||||
|
|
||||||
package terminal // import "golang.org/x/crypto/ssh/terminal"
|
package terminal
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"golang.org/x/sys/unix"
|
|
||||||
"io"
|
"io"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
|
"golang.org/x/sys/unix"
|
||||||
)
|
)
|
||||||
|
|
||||||
// State contains the state of a terminal.
|
// State contains the state of a terminal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user