This commit is contained in:
2023-03-09 17:32:56 +08:00
parent 73ad8f5202
commit 694b561c01
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"github.com/joho/godotenv" "github.com/joho/godotenv"
) )
//go:embed statics/* //go:embed statics/**/*
var staticFS embed.FS var staticFS embed.FS
//go:embed tmpl/* //go:embed tmpl/*