fix template type

This commit is contained in:
Tom Andrade 2021-01-10 14:57:12 +01:00
parent 8932cea4c9
commit 3ecfe5503d
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

View File

@ -3,6 +3,7 @@ package shortie
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"html/template"
"io/ioutil" "io/ioutil"
"log" "log"
"math/rand" "math/rand"
@ -10,7 +11,6 @@ import (
"net/url" "net/url"
"regexp" "regexp"
"strings" "strings"
"text/template"
"time" "time"
"github.com/asaskevich/govalidator" "github.com/asaskevich/govalidator"