1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-04 16:50:41 +00:00
Files
norman/vendor/github.com/sirupsen/logrus/terminal_bsd.go
Darren Shepherd 816c6cf363 Vendor bump
2017-11-10 21:46:33 -07:00

11 lines
186 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios