Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
a29a471328bff1132c0422d99e62e20f3aee6fc7
/
.
/
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
}