fix golint issues in formatters

This commit is contained in:
dmathieu
2017-07-26 14:26:30 +02:00
parent 3114d6f617
commit 325575f181
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package logrus
import "time"
const DefaultTimestampFormat = time.RFC3339
const defaultTimestampFormat = time.RFC3339
// The Formatter interface is used to implement a custom Formatter. It takes an
// `Entry`. It exposes all the fields, including the default ones: