1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-01-28 23:00:06 +00:00
imgsrv/vendor/github.com/Sirupsen/logrus/terminal_check_appengine.go

12 lines
111 B
Go
Raw Normal View History

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