This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes
/
kops
mirror of
https://github.com/kubernetes/kops.git
Watch
1
Star
0
Fork
You've already forked kops
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a0b5174c85
kops
/
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
}
Reference in New Issue
View Git Blame
Copy Permalink