1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-07 19:40:30 +08:00
Files
terasu-cloudflared/vendor/github.com/sirupsen/logrus/terminal_bsd.go
2018-07-19 15:02:24 -05:00

11 lines
196 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