mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
12 lines
116 B
Go
Generated
12 lines
116 B
Go
Generated
// +build js nacl plan9
|
|
|
|
package logrus
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return false
|
|
}
|