golint fixes.

This commit is contained in:
Kyle Isom
2015-12-23 13:28:04 -08:00
parent 14bf511195
commit 215d03bdb1
5 changed files with 9 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ var levelPrefix = [...]string{
LevelFatal: "[FATAL] ",
}
// DateFormat contains the default date format string used by the logger.
var DateFormat = "2006-01-02T15:03:04-0700"
func (l *Logger) outputf(level Level, format string, v []interface{}) {