first commit

This commit is contained in:
2026-08-12 12:56:22 +01:00
commit ff96be2708
153 changed files with 27779 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package webui
import "embed"
// assets embeds templates/ and static/ directly into the compiled binary, so
// mailgoserver is a genuinely standalone executable — it doesn't need to be run
// from a particular working directory or shipped alongside its source tree.
//
//go:embed templates static
var assets embed.FS