ipld-eth-server/vendor/github.com/sirupsen/logrus/terminal_check_js.go
2018-11-21 10:42:30 -06:00

12 lines
105 B
Go

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