Calendar now checks ever second for a date change

This commit is contained in:
Sasha Koshka 2022-11-28 17:18:23 -05:00
parent 816da6e019
commit a71fb3de4b

82
main.go
View File

@ -2,6 +2,7 @@ package main
import "fmt" import "fmt"
import "time" import "time"
import "sync"
import "bytes" import "bytes"
import "image" import "image"
import _ "embed" import _ "embed"