diff --git a/router/userHandler.go b/router/userHandler.go index af4307f9..fcd54933 100644 --- a/router/userHandler.go +++ b/router/userHandler.go @@ -1,12 +1,12 @@ package router import( - "github.com/gorilla/mux" + // "github.com/gorilla/mux" "net/http" - "html" - "strconv" - "github.com/ewhal/nyaa/model" - "github.com/ewhal/nyaa/service/user" + // "html" + // "strconv" + // "github.com/ewhal/nyaa/model" + // "github.com/ewhal/nyaa/service/user" ) // Getting View User Registration