Keep terminal check naming convention
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// +build appengine js
|
// +build appengine
|
||||||
|
|
||||||
package logrus
|
package logrus
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (f *TextFormatter) checkIfTerminal(w io.Writer) bool {
|
func checkIfTerminal(w io.Writer) bool {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user