fix import ordering

This commit is contained in:
Yusef Napora 2020-01-15 10:27:37 -05:00
parent be3fa5fd3f
commit 4b29ab4bbf

View File

@ -5,15 +5,13 @@ package peerstore
import (
"context"
"errors"
"github.com/libp2p/go-libp2p-core/record"
"io"
"math"
"time"
"github.com/libp2p/go-libp2p-core/peer"
ic "github.com/libp2p/go-libp2p-core/crypto"
"github.com/libp2p/go-libp2p-core/peer"
"github.com/libp2p/go-libp2p-core/record"
ma "github.com/multiformats/go-multiaddr"
)