Files

10 lines
116 B
Go

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