1
0
mirror of https://github.com/restic/restic.git synced 2024-07-01 08:30:53 +02:00
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
}