Files
BingPaper/web/web.go

7 lines
67 B
Go

package web
import "embed"
//go:embed index.html
var FS embed.FS