Files
logrus/terminal_bsd.go
T
Christian Stewart eed1c0f832 Fix GopherJS build tags
The GopherJS build tag is "js" not "gopherjs"

Signed-off-by: Christian Stewart <christian@paral.in>
2018-06-20 21:39:23 -07:00

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