mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
8ae3447447
* Pull go-discover to fix Sirupsen/logrus * Actually rename Sirupsen -> sirupsen in vendor (despite macOS) * Actually _actually_ rename Sirupsen -> sirupsen in vendor (despite macOS)
11 lines
196 B
Go
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
|