aboutsummaryrefslogtreecommitdiff
path: root/dashboard.go
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-21 21:17:18 (UTC)
committerjan <jan@ruken.pw>2015-12-21 21:17:18 (UTC)
commitc3e905c2698f6eb44e291eeb6b180b13755b7705 (patch)
tree5307f8c0f049ff4d2197deac6d618198a2751aa3 /dashboard.go
parentd55a93e653ff5d8810d539724c3d5a9ad96b8453 (diff)
grilist als extra-package erstellt damit wir es sharen können mit modulen. Module hinzugefügt, jetzt brauchen wir langsam mal die ganzen grils
Diffstat (limited to 'dashboard.go')
-rw-r--r--dashboard.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard.go b/dashboard.go
new file mode 100644
index 0000000..221e923
--- /dev/null
+++ b/dashboard.go
@@ -0,0 +1,3 @@
1package main
2
3import ()