diff options
Diffstat (limited to 'dashboard.go')
-rw-r--r-- | dashboard.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dashboard.go b/dashboard.go index ad3c565..64a0240 100644 --- a/dashboard.go +++ b/dashboard.go | |||
@@ -1,12 +1,13 @@ | |||
1 | package main | 1 | package main |
2 | 2 | ||
3 | import ( | 3 | import ( |
4 | "fagott.pw/grilist/grilist" | ||
5 | "github.com/julienschmidt/httprouter" | ||
6 | "log" | 4 | "log" |
7 | "net/http" | 5 | "net/http" |
8 | "sync" | 6 | "sync" |
9 | "time" | 7 | "time" |
8 | |||
9 | "fagott.pw/grilist/grilist" | ||
10 | "github.com/julienschmidt/httprouter" | ||
10 | ) | 11 | ) |
11 | 12 | ||
12 | func viewDashboard(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { | 13 | func viewDashboard(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { |