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

View File

@@ -1,4 +1,4 @@
package db
package boltdb
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package db
package boltdb
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package db
package boltdb
import (
"crypto/rand"

View File

@@ -1,4 +1,4 @@
package db
package boltdb
import "testing"