paisa/web/web.go

12 lines
121 B
Go

package web
import (
"embed"
)
//go:embed static/*
var Static embed.FS
//go:embed static/index.html
var Index string