From 7fd099fd657af4576ca22140c97a3cf45d6e8d1f Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 23 Jan 2017 08:44:12 -0800 Subject: organizing imports --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3