chore: use shortie as a internal package

This commit is contained in:
2022-05-16 11:04:31 +02:00
parent 9841b9d71a
commit 473deec7e9
5 changed files with 7 additions and 4 deletions

View File

@ -11,8 +11,9 @@ import (
"strings"
"time"
"internal/shortie"
"github.com/valyala/fasthttp"
"github.com/wolviecb/short/shortie"
"github.com/asaskevich/govalidator"
"github.com/fasthttp/router"