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
2019-06-26 12:25:58 -05:00

12 lines
111 B
Go

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