initial app

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