Skip to content

Commit 96b498a

Browse files
committed
chore: arrange import
1 parent f4c0a55 commit 96b498a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dht_bootstrap.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/libp2p/go-libp2p-core/peer"
9-
108
multierror "github.com/hashicorp/go-multierror"
119
process "github.com/jbenet/goprocess"
1210
processctx "github.com/jbenet/goprocess/context"
11+
"github.com/libp2p/go-libp2p-core/peer"
1312
kbucket "github.com/libp2p/go-libp2p-kbucket"
1413
"github.com/multiformats/go-multiaddr"
1514
)

0 commit comments

Comments
 (0)