mirror of
https://github.com/Luzifer/cam2mjpeg.git
synced 2024-11-08 21:50:04 +00:00
9 lines
125 B
Go
9 lines
125 B
Go
// +build !appengine,!js,!windows,aix
|
|
|
|
package logrus
|
|
|
|
import "io"
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return false
|
|
}
|