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:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
uuid "github.com/google/uuid"
|
||||
p2p "github.com/libp2p/go-libp2p-examples/multipro/pb"
|
||||
p2p "github.com/libp2p/go-libp2p/examples/multipro/pb"
|
||||
)
|
||||
|
||||
// pattern: /protocol-name/request-or-response-message/version
|
||||
|
||||
Reference in New Issue
Block a user