mirror of
https://github.com/Luzifer/tex-api.git
synced 2025-01-09 13:12:47 +00:00
Knut Ahlers
5e470b62fe
- Sirupsen/logrus was renamed - satori/go.uuid is deprecated Signed-off-by: Knut Ahlers <knut@ahlers.me>
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
|
|
}
|