stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
690 stars 75 forks source link

Fixed incorrect result for obj.Value().MSI() getter #65

Closed geseq closed 6 years ago

geseq commented 6 years ago

When an object is created as obj := objx.Map{...} calling obj.Value().MSI() returns an empty map. It should return the object itself as map[string]interface{} instead

geseq commented 6 years ago

I will also try and work on a better solution for the type_specific_codegen.go file

hanzei commented 6 years ago

I opened #70. You might want to look into this