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