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 (
"encoding/json"
"fmt"
"html/template"
"io/ioutil"
"log"
"math/rand"
@ -10,7 +11,6 @@ import (
"net/url"
"regexp"
"strings"
"text/template"
"time"
"github.com/asaskevich/govalidator"