chore: bump go version, comments, small fixes

This commit is contained in:
2025-02-11 22:25:39 +01:00
parent 495a7cce20
commit 3d57868e9d
3 changed files with 17 additions and 3 deletions

View File

@ -34,6 +34,7 @@ func main() {
loop := func() {
ticker := time.NewTicker(250 * time.Millisecond)
defer ticker.Stop()
for {
term.GoHome()
front.PrintMe()