faasd/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
Alex Ellis (OpenFaaS Ltd) 5c45242b3d Initial
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2019-12-20 12:56:19 +00:00

12 lines
111 B
Go
Generated

// +build appengine
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}