Embed implementacija, animacije, sidebar hover

This commit is contained in:
2026-06-04 02:50:48 +02:00
parent 851ceb32dc
commit 08b9359a76
34 changed files with 171 additions and 378 deletions
+12
View File
@@ -0,0 +1,12 @@
package assets
import "embed"
//go:embed migrations
var MigracijeFS embed.FS
//go:embed web/static/css
var StaticFS embed.FS
//go:embed web/templates
var TemplatesFS embed.FS