ingress-nginx-helm/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
2019-09-19 11:01:00 -03:00

11 lines
111 B
Go

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