1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-01-14 08:40:06 +00:00
imgsrv/vendor/github.com/Sirupsen/logrus/terminal_check_js.go

12 lines
105 B
Go
Raw Normal View History

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