elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
849 stars 63 forks source link

unmarshal json to []orderedmap.OrderedMap make panic #10

Closed chyroc closed 10 months ago

elliotchance commented 4 years ago

Can you please provide some more detail? Some sample code and the error produced would be great.