1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-27 01:06:02 +02:00
drone-cli/vendor/github.com/Sirupsen/logrus/terminal_appengine.go
2017-05-15 13:59:26 +02:00

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
}