eed1c0f832
The GopherJS build tag is "js" not "gopherjs" Signed-off-by: Christian Stewart <christian@paral.in>
11 lines
190 B
Go
11 lines
190 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
// +build !appengine,!js
|
|
|
|
package logrus
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|
|
|
|
type Termios unix.Termios
|