test updates
- add tests for callers accessed directly or via function pointer (results are unchanged) - undo unwanted capitalization/export in previous commit
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ package logrus
|
||||
|
||||
import "time"
|
||||
|
||||
// DefaultTimestampFormat is YYYY-mm-DDTHH:MM:SS-TZ
|
||||
const DefaultTimestampFormat = time.RFC3339
|
||||
// defaultTimestampFormat is YYYY-mm-DDTHH:MM:SS-TZ
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user