podman-build/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
2025-10-11 12:30:35 +09:00

12 lines
111 B
Go

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