replace html/template with text/template

This commit is contained in:
gutmet 2022-11-23 21:30:12 +01:00
parent 6f7edc3b1d
commit 956de25f69

View File

@ -4,12 +4,12 @@ import (
"errors"
"flag"
"fmt"
"html/template"
"io/ioutil"
"os"
"path/filepath"
"strconv"
"strings"
"text/template"
"git.gutmet.org/go-mastodon.git"
goutil "git.gutmet.org/goutil.git/misc"