robocar-pca9685/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go

12 lines
116 B
Go
Raw Normal View History

2020-03-01 18:54:57 +01:00
// +build js nacl plan9
2020-01-01 20:54:38 +01:00
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return false
}