1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: code smell [ci skip]

This commit is contained in:
Ferdinand Mütsch
2021-02-12 19:25:59 +01:00
parent 88eb68b1a9
commit 703805412b
8 changed files with 352 additions and 336 deletions

View File

@@ -30,6 +30,11 @@ const (
KeyLatestTotalTime = "latest_total_time"
KeyLatestTotalUsers = "latest_total_users"
KeyLastImportImport = "last_import"
SimpleDateFormat = "2006-01-02"
SimpleDateTimeFormat = "2006-01-02 15:04:05"
ErrInternalServerError = "internal server error"
)
const (