Commit 75237256 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

expose internal/pb packages.

we shouldn't use internal packages.

License: MIT
Signed-off-by: default avatarJuan Batiz-Benet <juan@benet.ai>
parent cafee57f
......@@ -5,7 +5,7 @@ import (
blocks "github.com/ipfs/go-ipfs/blocks"
key "github.com/ipfs/go-ipfs/blocks/key"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/internal/pb"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/pb"
wantlist "github.com/ipfs/go-ipfs/exchange/bitswap/wantlist"
inet "github.com/ipfs/go-ipfs/p2p/net"
......
......@@ -8,7 +8,7 @@ import (
blocks "github.com/ipfs/go-ipfs/blocks"
key "github.com/ipfs/go-ipfs/blocks/key"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/internal/pb"
pb "github.com/ipfs/go-ipfs/exchange/bitswap/message/pb"
)
func TestAppendWanted(t *testing.T) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment