Files
ai-disclosure-standard/bulkweb/embed.go
T
jbergner 13efcfb986
release-tag / release-image (push) Successful in 1m50s
Update auf 1.8.0 mit Bulk-Option
2026-07-22 22:27:42 +02:00

9 lines
150 B
Go

package bulkweb
import "embed"
// Files contains the self-contained bulk user interface.
//
//go:embed templates/*.html static/*
var Files embed.FS