3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-07-29 08:47:30 +02:00
2018-02-20 23:41:09 +01:00

12 lines
111 B
Go

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