summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index c498a5f..991c54a 100644
--- a/main.go
+++ b/main.go
@@ -2,9 +2,10 @@ package main
import (
"encoding/json"
- "github.com/gorilla/mux"
"log"
"net/http"
+
+ "github.com/gorilla/mux"
)
func handleHome(w http.ResponseWriter, r *http.Request) {