diff --git a/swill.go b/swill.go index 7c7fd5f..0bc8488 100644 --- a/swill.go +++ b/swill.go @@ -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"