mirror of
https://github.com/Luzifer/vault-user-token.git
synced 2024-12-21 05:11:21 +00:00
8 lines
147 B
Go
8 lines
147 B
Go
// +build appengine
|
|
|
|
package logrus
|
|
|
|
// IsTerminal returns true if stderr's file descriptor is a terminal.
|
|
func IsTerminal() bool {
|
|
return true
|
|
}
|