1
0
mirror of https://github.com/beego/bee.git synced 2024-06-03 02:23:27 +00:00
bee/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go

12 lines
120 B
Go
Raw Normal View History

2018-10-13 13:45:53 +00:00
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}