faasd/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go
Alex Ellis (OpenFaaS Ltd) 7ca531a8b5 Update to use Go modules
Fixes: #109

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-09-21 09:02:08 +01:00

12 lines
116 B
Go
Generated

// +build js nacl plan9
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}