From 6b192aadc9137ac54291adef38ceb52ee9d2609c Mon Sep 17 00:00:00 2001 From: Joren Date: Wed, 4 Sep 2024 23:18:04 +0200 Subject: [PATCH] Compiler flag --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 180834e..168a429 100644 --- a/main.go +++ b/main.go @@ -62,6 +62,7 @@ type ProgressInfo struct { var templates *template.Template +//go:embed templates/* var templateFS embed.FS func init() {