Gitea 代码
 
 
 
 
 
 

11 lines
111 B

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