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" "encoding/json"
"flag" "flag"
"fmt" "fmt"
"html/template"
"io" "io"
"io/fs" "io/fs"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"
"text/template"
"time" "time"
"github.com/peterbourgon/mergemap" "github.com/peterbourgon/mergemap"