nginx_ui/nginx-ui-dev/template/template.go

7 lines
80 B
Go
Raw Normal View History

2025-03-04 19:28:12 +08:00
package template
import "embed"
//go:embed conf/* block/*
var DistFS embed.FS