From 5b3f0a81abea93b198825b5537297f3f04d1f7c1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 7 May 2024 21:35:40 +0200 Subject: view: Use init() function to parse templates This makes it unnecessary to call this functionality from main(). --- view/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/templates.go b/view/templates.go index d08f95e..7b51860 100644 --- a/view/templates.go +++ b/view/templates.go @@ -10,6 +10,6 @@ var htmlFS embed.FS var html *template.Template -func Init() { +func init() { html = template.Must(template.New("html").ParseFS(htmlFS, "html/*.html")) } -- cgit v1.2.3-70-g09d2