From 572f129ddbb3285a9a990b073254e668e899a256 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:26:10 -0600 Subject: [PATCH] less --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1c42ed7..794de5b 100644 --- a/main.go +++ b/main.go @@ -72,7 +72,7 @@ func alertsAfter(ctx context.Context, dur time.Duration, msg string) (chan strin defer close(ch) for ctx.Err() == nil && time.Now().Before(deadline) { seconds := int(time.Until(deadline).Seconds()) - fmt.Printf("\r%v ", time.Duration(seconds)*time.Second) + fmt.Printf("\r%v ", time.Duration(seconds)*time.Second) select { case <-ctx.Done(): case <-time.After(time.Second):