blob: 04fdb7ba37100722f09c3af825f0caa799ff2900 [file] [log] [blame]
// +build !appengine,!js,!windows,aix
package logrus
import "io"
func checkIfTerminal(w io.Writer) bool {
return false
}