diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-23 08:44:12 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-23 08:44:12 -0800 |
commit | 7fd099fd657af4576ca22140c97a3cf45d6e8d1f (patch) | |
tree | c0e469eea50951626ad6c982a032b9b94e164ad4 /system/admin/handlers.go | |
parent | b41ed1b96f5078344ab5b9e3b3586dd3963755d4 (diff) |
organizing imports
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 3195239..a28b789 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -21,11 +21,11 @@ import ( "github.com/ponzu-cms/ponzu/system/api" "github.com/ponzu-cms/ponzu/system/db" "github.com/ponzu-cms/ponzu/system/item" - "github.com/tidwall/gjson" "github.com/gorilla/schema" emailer "github.com/nilslice/email" "github.com/nilslice/jwt" + "github.com/tidwall/gjson" ) func adminHandler(res http.ResponseWriter, req *http.Request) { |