diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-06 03:14:10 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-06 03:14:10 -0700 |
commit | c0ba07669d8403f428ec250e3f3da74844c6c587 (patch) | |
tree | 94313747d9abea02b2f3b01c06308225d9db5e4a /system/admin/config.go | |
parent | 698173a6176762f966be0abd1dc77b85e482a03a (diff) |
adding authentication & token-based persistence for users, init setup for first-use, pulling out some handlers into separate file for readability and navigation
Diffstat (limited to 'system/admin/config.go')
-rw-r--r-- | system/admin/config.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/admin/config.go b/system/admin/config.go deleted file mode 100644 index e067299..0000000 --- a/system/admin/config.go +++ /dev/null @@ -1,5 +0,0 @@ -package admin - -// Config represents the confirgurable options of the system -type Config struct { -} |