1
0
mirror of https://github.com/libp2p/go-libp2p-peerstore.git synced 2025-03-31 14:00:06 +08:00

readd import alias for manet.

This commit is contained in:
Raúl Kripalani 2018-09-04 11:42:42 +01:00
parent 2f98672d1d
commit 8b700dd78c

View File

@ -4,7 +4,7 @@ import (
"bytes"
ma "github.com/multiformats/go-multiaddr"
"github.com/multiformats/go-multiaddr-net"
manet "github.com/multiformats/go-multiaddr-net"
"github.com/whyrusleeping/mafmt"
)