1
0
Fork 0
mirror of https://github.com/Luzifer/vault-otp-ui.git synced 2024-11-14 02:52:45 +00:00
vault-otp-ui/vendor/github.com/Sirupsen/logrus/terminal_appengine.go

9 lines
147 B
Go
Raw Normal View History

// +build appengine
package logrus
// IsTerminal returns true if stderr's file descriptor is a terminal.
func IsTerminal() bool {
return true
}