1
0
Fork 0
mirror of https://github.com/Luzifer/webcheck.git synced 2024-11-08 22:50:01 +00:00
webcheck/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
Knut Ahlers 2fbabd6bd4
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-07-23 14:54:12 +02:00

11 lines
120 B
Go

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