ingress-nginx-helm/vendor/github.com/Sirupsen/logrus/terminal_check_aix.go
Manuel Alejandro de Brito Fontes 14f4a7b8e8
Update go dependencies
2019-03-28 22:36:15 -03:00

9 lines
125 B
Go

// +build !appengine,!js,!windows,aix
package logrus
import "io"
func checkIfTerminal(w io.Writer) bool {
return false
}