mirror of
https://github.com/rclone/rclone.git
synced 2025-12-13 23:03:19 +00:00
vendor: add github.com/sirupsen/logrus
This commit is contained in:
committed by
Nick Craig-Wood
parent
ccc416e62b
commit
a3449bda30
11
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
11
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build appengine
|
||||
|
||||
package logrus
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user