text/template not html/template

This commit is contained in:
Diego Fernando Carrión 2023-10-13 17:20:35 +02:00
parent d08de0d34d
commit f91067150c
Signed by: CRThaze
GPG Key ID: 0F647F8A6A3AF588

View File

@ -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"