ingress-nginx-helm/vendor/github.com/Sirupsen/logrus/terminal_check_appengine.go
Manuel Alejandro de Brito Fontes 6c33bee8fd
Update go dependencies
2018-10-10 21:46:45 -03:00

11 lines
111 B
Go

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