Files
nysoure/server/static/static.go
2025-05-11 20:32:14 +08:00

7 lines
65 B
Go

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