blob: e011a869458adcc3911c1468e595f3b7f62e8dda [file] [log] [blame]
// +build appengine
package logrus
import "io"
// IsTerminal returns true if stderr's file descriptor is a terminal.
func IsTerminal(f io.Writer) bool {
return true
}