minor bugfixes and cleanup

This commit is contained in:
ston1th 2018-09-19 00:10:16 +02:00
commit 97d914bce4
26 changed files with 198 additions and 221 deletions

View file

@ -1,8 +1,8 @@
// Copyright (C) 2018 Marius Schellenberger
package store
import (
"github.com/boltdb/bolt"
)
import "github.com/boltdb/bolt"
const defaultBoltBucket = "default"