Simplified file structure

This commit is contained in:
Felix Kollmann 2018-04-03 04:47:29 +02:00
parent c9a46a1e7c
commit cf5eba7dfd
4 changed files with 6 additions and 6 deletions

View File

@ -8,3 +8,6 @@ import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios
func (f *TextFormatter) initTerminal(entry *Entry) {
}

View File

@ -12,3 +12,6 @@ import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
type Termios unix.Termios
func (f *TextFormatter) initTerminal(entry *Entry) {
}

View File

@ -1,6 +0,0 @@
// +build appengine gopherjs !windows
package logrus
func (f *TextFormatter) initTerminal(entry *Entry) {
}