blob: 3de08e802fde8205884c7cb6f4639154c65eb4d2 [file] [log] [blame]
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}