3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-02-24 09:20:46 +01:00

10 lines
125 B
Go

// +build !appengine,!js,!windows,aix
package logrus
import "io"
func checkIfTerminal(w io.Writer) bool {
return false
}