1
0
Fork 0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-11-10 09:10:03 +00:00
tex-api/vendor/github.com/Sirupsen/logrus/terminal_bsd.go
Knut Ahlers 3229ab442c
Add dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-03-06 00:18:57 +01:00

10 lines
178 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios