Simplified file structure
This commit is contained in:
@@ -8,3 +8,6 @@ import "golang.org/x/sys/unix"
|
|||||||
const ioctlReadTermios = unix.TIOCGETA
|
const ioctlReadTermios = unix.TIOCGETA
|
||||||
|
|
||||||
type Termios unix.Termios
|
type Termios unix.Termios
|
||||||
|
|
||||||
|
func (f *TextFormatter) initTerminal(entry *Entry) {
|
||||||
|
}
|
||||||
|
|||||||
@@ -12,3 +12,6 @@ import "golang.org/x/sys/unix"
|
|||||||
const ioctlReadTermios = unix.TCGETS
|
const ioctlReadTermios = unix.TCGETS
|
||||||
|
|
||||||
type Termios unix.Termios
|
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) {
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user