mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-22 04:34:41 +00:00
Dep recently released Alpha version. In this version lock and json GoPgk are not going to change drastically.
9 lines
147 B
Go
9 lines
147 B
Go
// +build appengine
|
|
|
|
package logrus
|
|
|
|
// IsTerminal returns true if stderr's file descriptor is a terminal.
|
|
func IsTerminal() bool {
|
|
return true
|
|
}
|