forked from mystiq/dex
076cd77469
Signed-off-by: Stephan Renatus <srenatus@chef.io>
11 lines
116 B
Go
11 lines
116 B
Go
// +build js nacl plan9
|
|
|
|
package logrus
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return false
|
|
}
|