2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go

12 lines
120 B
Go
Raw Normal View History

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