This website requires JavaScript.
Explore
Help
Register
Sign In
zec
/
lightwalletd
mirror of
https://github.com/zcash/lightwalletd.git
Watch
1
Star
0
Fork
You've already forked lightwalletd
0
Code
Issues
Projects
Releases
Wiki
Activity
patch-codecov-false-patch-fail
lightwalletd
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
12 lines
105 B
Go
Raw
Permalink
Blame
History
// +build js
package
logrus
import
(
"io"
)
func
checkIfTerminal
(
w
io
.
Writer
)
bool
{
return
false
}
Reference in New Issue
View Git Blame
Copy Permalink