fix template type

This commit is contained in:
2021-01-10 14:57:12 +01:00
parent 8932cea4c9
commit 3ecfe5503d

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"