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

12 lines
111 B
Go

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