projectx/web/statics/static.go
2025-03-21 11:05:42 +08:00

7 lines
67 B
Go

package static
import "embed"
//go:embed *
var StaticFS embed.FS