0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/vendor/github.com/Sirupsen/logrus/terminal_appengine.go
2016-10-08 22:47:01 +05:30

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
}