stretchr / objx

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

MSI() return value fixed. #64

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.