1
0
mirror of https://github.com/shazow/ssh-chat.git synced 2025-07-04 02:38:46 +03:00

Merge pull request from 42wim/f-imports

Remove import comment. Fixes 
This commit is contained in:
Andrey Petrov 2020-03-08 18:46:26 -04:00 committed by GitHub
commit 80ddf1f43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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