Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
9cfc4994e00e39c628a5b909ffd1b0b6fbbe8abe
/
.
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
blob: 0c209750a334676aa3bc9e72820c49029e7c72cc [
file
] [
log
] [
blame
]
// +build js
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}