aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-13 12:25:37 +0900
committernsfisis <nsfisis@gmail.com>2021-11-13 12:25:37 +0900
commitc1580d5823ebe12a1b7aa4173ff9de943eea3a3f (patch)
tree384adf54ed994f81c9bb03db0269c018ae0bb582
parent592de31201eb8ece81a4f042f01a910538f543d5 (diff)
downloadbig-clock-mode-c1580d5823ebe12a1b7aa4173ff9de943eea3a3f.tar.gz
big-clock-mode-c1580d5823ebe12a1b7aa4173ff9de943eea3a3f.tar.zst
big-clock-mode-c1580d5823ebe12a1b7aa4173ff9de943eea3a3f.zip
fix a fatal mistake; it was actually not a clock!v1.0.2
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 019d25a..adcd90a 100644
--- a/main.go
+++ b/main.go
@@ -177,7 +177,7 @@ func main() {
}
}()
- t := time.NewTimer(1 * time.Second)
+ t := time.NewTicker(1 * time.Second)
defer t.Stop()
prev := time.Now()