Lubinas app

This commit is contained in:
2022-07-07 00:19:05 +03:00
commit c7af09ab82
446 changed files with 51657 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
Test
+12
View File
@@ -0,0 +1,12 @@
package lubinui
import (
"embed"
"io/fs"
)
//go:embed all:dist
var distDir embed.FS
// DistDirFS contains the embedded dist directory files (without the "dist" prefix)
var DistDirFS, _ = fs.Sub(distDir, "dist")