initial app

This commit is contained in:
Arnie
2023-06-01 20:24:59 +02:00
parent bb19e15a40
commit 9309f6f27f
38 changed files with 9257 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package files
import (
"embed"
)
//go:embed data/public/*
var Public embed.FS