workin on migr8 fix double def name

This commit is contained in:
bel
2021-08-05 21:24:46 -06:00
parent fc08058f29
commit 9631d339b0
6 changed files with 78 additions and 7 deletions

2
db.go
View File

@@ -19,8 +19,6 @@ type DB interface {
Close() error
}
var DefaultNamespace = "namespace"
func New(key Type, params ...string) (db DB, err error) {
defer func() {
if i := recover(); i != nil {