1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-27 07:50:30 +00:00
rke/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go
2019-08-19 11:02:43 -07:00

12 lines
116 B
Go

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