1
0
Fork 0
mirror of https://github.com/Luzifer/clean-github-branches.git synced 2024-11-08 22:20:04 +00:00
clean-github-branches/vendor/github.com/sirupsen/logrus/terminal_bsd.go

10 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