diff --git a/console.go b/console.go index e9a0d84..c957571 100644 --- a/console.go +++ b/console.go @@ -104,7 +104,7 @@ func formatTime(t interface{}) string { u, _ := t.Int64() return time.Unix(u, 0).Format(time.RFC3339) } - return "" + return "" } func colorize(s interface{}, color int, enabled bool) string {