forked from TrueCloudLab/rclone
vendor: add github.com/sirupsen/logrus
This commit is contained in:
parent
ccc416e62b
commit
a3449bda30
33 changed files with 2853 additions and 0 deletions
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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue