diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-12 00:00:00 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-12 00:00:00 -0800 |
commit | 0b084a9e94d16ed71ab05efa4596473ed6e256d8 (patch) | |
tree | e1c166b30d26b67a38ff8dcb4f4165e196c79eea /system/db/init.go | |
parent | 9a982d8ab53203577f8ec1ce4d0ab51dffac16fa (diff) |
handling error
Diffstat (limited to 'system/db/init.go')
-rw-r--r-- | system/db/init.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/db/init.go b/system/db/init.go index 49329d3..eaf6d76 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -9,9 +9,6 @@ import ( "github.com/boltdb/bolt" "github.com/nilslice/jwt" - - // initialize the system with db configuration - _ "github.com/ponzu-cms/ponzu/system/init" ) var store *bolt.DB |