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