Files
lti-api/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go
T
GitLab Deploy Bot ad815b3412 .
2025-10-23 11:40:58 +07:00

12 lines
111 B
Go

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