mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-11-03 02:43:22 +08:00
fix: fix example import paths
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
ggio "github.com/gogo/protobuf/io"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
p2p "github.com/libp2p/go-libp2p-examples/multipro/pb"
|
||||
p2p "github.com/libp2p/go-libp2p/examples/multipro/pb"
|
||||
)
|
||||
|
||||
// node client version
|
||||
|
||||
Reference in New Issue
Block a user