Files
logrus/terminal_bsd.go
T
2018-04-03 04:47:29 +02:00

14 lines
252 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine,!gopherjs
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios
func (f *TextFormatter) initTerminal(entry *Entry) {
}