mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-29 23:34:47 +08:00
refactor(unixfs/pb) mv proto PBData -> Data, etc.
This commit is contained in:
@ -20,7 +20,7 @@ func TestMultiBlock(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
pbn := new(pb.PBData)
|
||||
pbn := new(pb.Data)
|
||||
err = proto.Unmarshal(b, pbn)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Reference in New Issue
Block a user