Rename current db to boltdb

This commit is contained in:
Daan Sprenkels
2020-10-23 16:14:57 +02:00
parent 104dbab335
commit f36fa30eff
9 changed files with 49 additions and 50 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package db
package boltdb
import (
"bytes"
@@ -1,4 +1,4 @@
package db
package boltdb
import (
"bytes"
@@ -1,4 +1,4 @@
package db
package boltdb
import (
"crypto/rand"
@@ -1,4 +1,4 @@
package db
package boltdb
import "testing"