From dbfadc5a7e5bd3163b49878994063cd6d869fe6a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 24 Mar 2025 21:47:40 +0800 Subject: Refactor --- tmpl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tmpl.go') diff --git a/tmpl.go b/tmpl.go index 0f7a8f4..c809f0c 100644 --- a/tmpl.go +++ b/tmpl.go @@ -13,6 +13,7 @@ import ( var tmplString string var tmpl *template.Template +// This init function parses the HTML template. func init() { var err error tmpl, err = template.New("powxy").Parse(tmplString) -- cgit v1.2.3