sort imports

This commit is contained in:
Yusef Napora 2020-05-14 14:08:01 -04:00 committed by vyzo
parent b109c4ceee
commit 6a259a02fd
2 changed files with 7 additions and 4 deletions

View File

@ -2,11 +2,12 @@ package pubsub
import (
"context"
"testing"
"time"
"github.com/benbjohnson/clock"
"github.com/libp2p/go-libp2p-core/host"
swarmt "github.com/libp2p/go-libp2p-swarm/testing"
"testing"
"time"
bhost "github.com/libp2p/go-libp2p-blankhost"
connmgr "github.com/libp2p/go-libp2p-connmgr"

View File

@ -2,13 +2,15 @@ package pubsub
import (
"fmt"
"testing"
"time"
"github.com/benbjohnson/clock"
connmgr "github.com/libp2p/go-libp2p-connmgr"
connmgri "github.com/libp2p/go-libp2p-core/connmgr"
"github.com/libp2p/go-libp2p-core/peer"
pb "github.com/libp2p/go-libp2p-pubsub/pb"
"testing"
"time"
)
func TestTagTracerMeshTags(t *testing.T) {