ipld-eth-server/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go
Elizabeth Engelman e637024cce Update vendor dir
2019-09-25 16:32:31 -05:00

12 lines
116 B
Go

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