aboutsummaryrefslogtreecommitdiff
path: root/router.go
diff options
context:
space:
mode:
authorNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-09-25 19:36:19 +0100
committerNathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk>2015-09-25 19:36:19 +0100
commite13c16a261b71b7e590dda6c9ef826385b7b5b02 (patch)
tree57a75e5d44362b07da88d44f437983128e52a9ab /router.go
parentd167a89638b4eecad852c66385737ef89354ec99 (diff)
Made config variable.
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 {