pkg/fs.go

10 lines
109 B
Go

package main
import "embed"
//go:embed static/*
var staticFS embed.FS
//go:embed tpl/*
var tplFS embed.FS