ipfs / go-ipld-git

ipld handlers for git objects
MIT License
57 stars 19 forks source link

Resolve(nil) should return object representstion of nodes #20

Open magik6k opened 6 years ago

sameer commented 5 years ago

What would this look like? A map[string]interface{} with the all the objects in it indexed by their path?

Stebalien commented 5 years ago

Yes. Well, all top-level objects (as in, don't flatten the tree).