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