mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 08:56:47 +00:00
8 lines
77 B
Go
Generated
8 lines
77 B
Go
Generated
// +build js
|
|
|
|
package logrus
|
|
|
|
func isTerminal(fd int) bool {
|
|
return false
|
|
}
|