1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 03:55:11 +08:00
Files
terasu-cloudflared/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
2018-07-19 15:02:24 -05:00

12 lines
120 B
Go

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