etcd/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
Gyuho Lee 31c7d0139c vendor: upgrade "sirupsen/logrus"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-06-13 10:10:09 -07:00

12 lines
120 B
Go

// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}