forked from toolshed/abra
chore: vendor
This commit is contained in:
12
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
12
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
//go:build appengine
|
||||
// +build appengine
|
||||
|
||||
package logrus
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
return true
|
||||
}
|
Reference in New Issue
Block a user