Files
lti-api/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
T
GitLab Deploy Bot bb60e987e5 .
2025-10-21 23:45:13 +07:00

12 lines
111 B
Go

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