elliotchance / orderedmap

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

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

Closed chyroc closed 8 months ago

elliotchance commented 4 years ago

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