Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
7b1e0641d3328bc930bc6e1732210a69fc794a6e
/
.
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
blob: 0c209750a334676aa3bc9e72820c49029e7c72cc [
file
] [
log
] [
blame
]
khenaidoo
ab1f7bd
2019-11-14 14:00:27 -0500
[
diff
] [
blame
]
1
// +build js
2
3
package logrus
4
5
import (
6
"io"
7
)
8
9
func checkIfTerminal(w io.Writer) bool {
10
return false
11
}