replace html/template with text/template
This commit is contained in:
parent
6f7edc3b1d
commit
956de25f69
2
swill.go
2
swill.go
|
@ -4,12 +4,12 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"html/template"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
"text/template"
|
||||||
|
|
||||||
"git.gutmet.org/go-mastodon.git"
|
"git.gutmet.org/go-mastodon.git"
|
||||||
goutil "git.gutmet.org/goutil.git/misc"
|
goutil "git.gutmet.org/goutil.git/misc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user