Files
Луценко Андрей Анатольевич 659b76f1cf Embed UI in binary (fix 404 when web/ missing from WorkingDirectory). Document logs and troubleshooting.
Made-with: Cursor
2026-04-10 12:28:53 +10:00

7 lines
69 B
Go

package webui
import "embed"
//go:embed index.html
var FS embed.FS