diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-04-07 20:37:56 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-04-07 20:37:56 -0700 |
commit | 7603efc51e8b688dcfb97173659bc385d6dd92ff (patch) | |
tree | 3798241a60117a5449e2f87a7b3b8c2818482296 /system/db/content.go | |
parent | afe92b2bcd3b8e914496006a414ad9b95dba3f0b (diff) |
import layout style fix
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/db/content.go b/system/db/content.go index a16c267..49cba87 100644 --- a/system/db/content.go +++ b/system/db/content.go @@ -10,9 +10,10 @@ import ( "strconv" "strings" + "github.com/ponzu-cms/ponzu/system/item" + "github.com/boltdb/bolt" "github.com/gorilla/schema" - "github.com/ponzu-cms/ponzu/system/item" uuid "github.com/satori/go.uuid" ) |