diff options
Diffstat (limited to 'system/db/addon.go')
-rw-r--r-- | system/db/addon.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/db/addon.go b/system/db/addon.go index 4b3e20c..f4621fa 100644 --- a/system/db/addon.go +++ b/system/db/addon.go @@ -2,13 +2,12 @@ package db import ( "bytes" + "encoding/json" "errors" "fmt" "log" "net/url" - "encoding/json" - "github.com/boltdb/bolt" "github.com/gorilla/schema" ) |