Files
logrus/text_formatter_linux.go
T
2018-04-03 00:25:30 +02:00

7 lines
103 B
Go

// +build !appengine,!gopherjs
package logrus
func (f *TextFormatter) initTerminal(entry *Entry) {
}