mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-22 04:36:35 +00:00
committed by
Martin Lindhe
parent
bda7dd18cf
commit
df0db7a54f
8
vendor/github.com/Sirupsen/logrus/terminal_linux.go
generated
vendored
8
vendor/github.com/Sirupsen/logrus/terminal_linux.go
generated
vendored
@@ -3,12 +3,12 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !appengine
|
||||
// +build !appengine,!gopherjs
|
||||
|
||||
package logrus
|
||||
|
||||
import "syscall"
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const ioctlReadTermios = syscall.TCGETS
|
||||
const ioctlReadTermios = unix.TCGETS
|
||||
|
||||
type Termios syscall.Termios
|
||||
type Termios unix.Termios
|
||||
|
||||
Reference in New Issue
Block a user