7 lines
112 B
Go
7 lines
112 B
Go
// +build !appengine,!gopherjs,!windows
|
|
|
|
package logrus
|
|
|
|
func (f *TextFormatter) initTerminal(entry *Entry) {
|
|
}
|