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

11 lines
105 B
Go

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