blob: 1960169ef200658052f0684d0540e05577d278cd [file] [log] [blame]
David K. Bainbridge528b3182017-01-23 08:51:59 -08001// +build appengine
2
3package logrus
4
5// IsTerminal returns true if stderr's file descriptor is a terminal.
6func IsTerminal() bool {
7 return true
8}