mirror of
https://github.com/Luzifer/gallery.git
synced 2024-11-08 22:20:01 +00:00
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
|
|
}
|