first working version

This commit is contained in:
ston1th 2022-07-10 15:51:31 +02:00
commit c9dfecc519
21 changed files with 296 additions and 178 deletions

View file

@ -10,4 +10,6 @@ const (
day = time.Hour * 24
min = time.Second * 30
max = day * 90
timeFmt = "2006-01-02 15:04:05"
)