Gitea 代码
 
 
 
 
 
 

11 lines
116 B

// +build js nacl plan9
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}