2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 11:30:49 +00: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
}