fix missing tzdata

main
yoan 2024-09-10 18:01:34 +08:00
parent 719b5f359d
commit b8cff68167
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ import (
"certimate/internal/utils/app"
_ "certimate/migrations"
"certimate/ui"
_ "time/tzdata"
)
func main() {