Sirupsen -> sirupsen

This commit is contained in:
Dawid Dziurla 2018-08-23 14:22:03 +02:00
parent 2cdd439286
commit bcbeec1a56
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
25 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1,11 @@
// +build appengine gopherjs
package logrus
import (
"io"
)
func checkIfTerminal(w io.Writer) bool {
return true
}