From 8c1c2e87774d5c2acf517abc99318871561780b2 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sat, 6 May 2017 22:40:01 +0200 Subject: [PATCH] Fix #4 --- router/userHandler.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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