1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-20 00:42:55 +00:00
duplicity-backup/vendor/github.com/sirupsen/logrus/terminal_check_js.go
Knut Ahlers c315e35161
Add new dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-10-08 16:44:23 +02:00

12 lines
105 B
Go

// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}