small improvements

This commit is contained in:
bronku 2026-06-11 09:10:27 +02:00
parent bb32802324
commit 5f2d6f00bc
10 changed files with 117 additions and 178 deletions

6
config/config.go Normal file
View file

@ -0,0 +1,6 @@
package config
const (
DateFormat = "2006-01-02"
DateTimeFormat = "2006-01-02 15:04"
)