From 6fa61b3d2fda3c4f15f2f07ab41896e7ef72cf6d Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 17 Feb 2020 15:14:23 -0700 Subject: [PATCH] more white space --- with.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with.go b/with.go index fd03252..e78d247 100644 --- a/with.go +++ b/with.go @@ -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, )