Vincent Batts
790ac3077a
using `github.com/LK4D4/vndr` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
11 lines
120 B
Go
11 lines
120 B
Go
// +build appengine gopherjs
|
|
|
|
package logrus
|
|
|
|
import (
|
|
"io"
|
|
)
|
|
|
|
func checkIfTerminal(w io.Writer) bool {
|
|
return true
|
|
}
|