1
0
Fork 0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-11-12 15:32:45 +00:00
cam2mjpeg/vendor/github.com/sirupsen/logrus/terminal_check_aix.go

10 lines
125 B
Go
Raw Permalink Normal View History

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