1
0
Fork 0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-12-21 18:01:19 +00:00
cam2mjpeg/vendor/github.com/sirupsen/logrus/terminal_check_aix.go

10 lines
125 B
Go
Raw Normal View History

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