This website requires JavaScript.
Explore
Help
Sign In
miracle091
/
dnscrypt-proxy
mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
Watch
1
Star
0
Fork
You've already forked dnscrypt-proxy
0
Code
Issues
Releases
Wiki
Activity
1b6caba307
dnscrypt-proxy
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_check_js.go
8 lines
77 B
Go
Raw
Blame
History
// +build js
package
logrus
func
isTerminal
(
fd
int
)
bool
{
return
false
}
View Git Blame
Copy Permalink