1
0
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:
Brian Tiger Chow
2014-10-22 21:48:35 -07:00
parent 80b573425b
commit a1b61f399c
8 changed files with 63 additions and 63 deletions

View File

@ -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)