From f91067150c44ec21c3878bebaa3f7733fc138e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fernando=20Carri=C3=B3n?= Date: Fri, 13 Oct 2023 17:20:35 +0200 Subject: [PATCH] text/template not html/template --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e8ef8de..8c30b00 100644 --- a/main.go +++ b/main.go @@ -4,12 +4,12 @@ import ( "encoding/json" "flag" "fmt" - "html/template" "io" "io/fs" "os" "path/filepath" "strings" + "text/template" "time" "github.com/peterbourgon/mergemap"