Remove import comment. Fixes #337

Fix issue with go1.13+
See https://github.com/golang/go/issues/37747
This commit is contained in:
Wim 2020-03-08 23:32:02 +01:00
parent d8e68d57bc
commit d8f9bc9006

View File

@ -4,12 +4,13 @@
// +build solaris
package terminal // import "golang.org/x/crypto/ssh/terminal"
package terminal
import (
"golang.org/x/sys/unix"
"io"
"syscall"
"golang.org/x/sys/unix"
)
// State contains the state of a terminal.