aboutsummaryrefslogtreecommitdiff
path: root/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'router.go')
-rw-r--r--router.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/router.go b/router.go
index 32caba3..203f4be 100644
--- a/router.go
+++ b/router.go
@@ -1,9 +1,8 @@
package main
import (
- "net/http"
-
"github.com/gorilla/mux"
+ "net/http"
)
func NewRouter() *mux.Router {