mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-13 02:16:48 +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
|
|
}
|