@ -31,7 +31,7 @@ func WithTS(typed Typed) Typed {
return func(t *Timer) string {
s := typed(t)
return fmt.Sprintf(
"%s: %s",
"%s:\t%s",
time.Now().Format("15:04:05"),
s,
)