Files
go-123pan-pic/static/static.go
2026-04-09 03:24:27 +08:00

7 lines
77 B
Go

package static
import "embed"
//go:embed index.html css js
var FS embed.FS