paisa/web/web.go

12 lines
121 B
Go
Raw Normal View History

2022-04-19 12:07:18 -04:00
package web
import (
"embed"
)
//go:embed static/*
var Static embed.FS
//go:embed static/index.html
var Index string