Commit d637a856 authored by Jakub Sztandera's avatar Jakub Sztandera

gx reorders imports

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent 0ee949e8
......@@ -14,8 +14,8 @@ import (
"time"
"github.com/ipfs/go-datastore"
"github.com/jbenet/go-os-rename"
"github.com/ipfs/go-datastore/query"
"github.com/jbenet/go-os-rename"
logging "github.com/ipfs/go-log"
)
......
......@@ -2,11 +2,11 @@ package leveldb
import (
ds "github.com/ipfs/go-datastore"
dsq "github.com/ipfs/go-datastore/query"
"github.com/jbenet/goprocess"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/syndtr/goleveldb/leveldb/util"
dsq "github.com/ipfs/go-datastore/query"
)
type datastore struct {
......
......@@ -6,8 +6,8 @@ import (
"io"
"time"
"github.com/ipfs/go-datastore"
"github.com/codahale/metrics"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/query"
)
......
......@@ -6,8 +6,8 @@ import (
"sync"
"time"
datastore "github.com/ipfs/go-datastore"
"github.com/fzzy/radix/redis"
datastore "github.com/ipfs/go-datastore"
query "github.com/ipfs/go-datastore/query"
)
......
......@@ -6,8 +6,8 @@ import (
"testing"
"time"
datastore "github.com/ipfs/go-datastore"
"github.com/fzzy/radix/redis"
datastore "github.com/ipfs/go-datastore"
dstest "github.com/ipfs/go-datastore/test"
)
......
......@@ -5,8 +5,8 @@ import (
"encoding/base32"
"testing"
dstore "github.com/ipfs/go-datastore"
rand "github.com/dustin/randbo"
dstore "github.com/ipfs/go-datastore"
)
func RunBatchTest(t *testing.T, ds dstore.Batching) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment