aboutsummaryrefslogtreecommitdiff
path: root/dashboard.go
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2016-10-09 01:33:34 (UTC)
committerrtz12 <koenig@fagott.pw>2016-10-09 01:33:34 (UTC)
commit924f63a7ffbd661d64c1d04547076ea4a31d1739 (patch)
tree3ef1122f4cf1c6c6b8b8ae407407c057cb747bc0 /dashboard.go
parentdb4bd8185f7283420b3f60fc561b1b8e4f97b3b9 (diff)
parent46185bf12dd907e536aa216a03c818f40f88cae8 (diff)
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'dashboard.go')
-rw-r--r--dashboard.go5
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 @@
1package main 1package main
2 2
3import ( 3import (
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
12func viewDashboard(w http.ResponseWriter, r *http.Request, _ httprouter.Params) { 13func viewDashboard(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {