refactor: imports
This commit is contained in:
3
cache/test.go
vendored
3
cache/test.go
vendored
@@ -1,8 +1,9 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/dgraph-io/badger/v3"
|
||||
"testing"
|
||||
|
||||
"github.com/dgraph-io/badger/v3"
|
||||
)
|
||||
|
||||
func newDb(t *testing.T) *badger.DB {
|
||||
|
||||
Reference in New Issue
Block a user