patchman/server/web/static/static.go

7 lines
67 B
Go

package static
import "embed"
//go:embed *
var StaticFS embed.FS