Files
backrest/static/static.go
garethgeorge dd9e14e450 Initial commit
2023-11-10 00:59:48 -08:00

9 lines
76 B
Go

package static
import (
"embed"
_ "embed"
)
//go:embed *
var FS embed.FS