1
0
mirror of https://github.com/Luzifer/clean-github-branches.git synced 2024-09-19 15:22:58 +00:00
clean-github-branches/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go

12 lines
120 B
Go

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