restic/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
2018-03-30 12:41:46 +02:00

12 lines
120 B
Go

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