summaryrefslogtreecommitdiff
path: root/system/db/addon.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-11 18:33:37 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-11 18:33:37 -0800
commitf65a0092d3c30880d8bf6a9e9f07573b36ee7816 (patch)
tree679a602d3b30a6c2effcf90366e79936a1dfad13 /system/db/addon.go
parent2e0b2d83f065d72fc39f89f592f98af421fce34a (diff)
attempting to force item.Types to be populated before the db Init step
Diffstat (limited to 'system/db/addon.go')
-rw-r--r--system/db/addon.go3
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"
)