mirror of https://github.com/sirupsen/logrus.git
Simplified file structure
This commit is contained in:
parent
c9a46a1e7c
commit
cf5eba7dfd
|
@ -8,3 +8,6 @@ import "golang.org/x/sys/unix"
|
|||
const ioctlReadTermios = unix.TIOCGETA
|
||||
|
||||
type Termios unix.Termios
|
||||
|
||||
func (f *TextFormatter) initTerminal(entry *Entry) {
|
||||
}
|
||||
|
|
|
@ -12,3 +12,6 @@ import "golang.org/x/sys/unix"
|
|||
const ioctlReadTermios = unix.TCGETS
|
||||
|
||||
type Termios unix.Termios
|
||||
|
||||
func (f *TextFormatter) initTerminal(entry *Entry) {
|
||||
}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
// +build appengine gopherjs !windows
|
||||
|
||||
package logrus
|
||||
|
||||
func (f *TextFormatter) initTerminal(entry *Entry) {
|
||||
}
|
Loading…
Reference in New Issue