This commit is contained in:
lbenedar
2026-03-06 15:53:59 +03:00
parent 126ccfa715
commit 8d3c025660
4 changed files with 20 additions and 13 deletions

8
ui/efs.go Normal file
View File

@@ -0,0 +1,8 @@
package ui
import (
"embed"
)
//go:embed "html" "static"
var Files embed.FS