Use public fornaxian.tech/util package

This commit is contained in:
2021-11-02 16:28:02 +01:00
parent 2c13397175
commit 98fe8d9719
6 changed files with 11 additions and 22 deletions

View File

@@ -5,9 +5,8 @@ import (
"net"
"net/http"
"fornaxian.tech/pixeldrain_server/util"
web "fornaxian.tech/pixeldrain_web/init"
"fornaxian.tech/util"
"github.com/Fornaxian/log"
"github.com/julienschmidt/httprouter"
)