1
0
Fork 0
mirror of https://github.com/Luzifer/terraria-docker.git synced 2024-12-23 05:51:15 +00:00
terraria-docker/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go

12 lines
120 B
Go
Raw Normal View History

2018-06-08 10:23:22 +00:00
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}