Gitiles
Code Review
Sign In
gerrit.opencord.org
/
bbsim
/
57a7fcb4e203b2168d74693e82f3bba9cb8f407e
/
.
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_appengine.go
blob: 2403de981929f6af51da8c875d09252e920601cb [
file
] [
log
] [
blame
]
Matteo Scandolo
a6a3aee
2019-11-26 13:30:14 -0700
[
diff
] [
blame
]
1
// +build appengine
2
3
package logrus
4
5
import (
6
"io"
7
)
8
9
func checkIfTerminal(w io.Writer) bool {
10
return true
11
}