reg/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
Jess Frazelle bacc2de371
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-05-11 15:33:30 -04:00

12 lines
120 B
Go

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