stretchr / objx

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

Move type Map out of type_specific_codegen.go #73

Closed geseq closed 6 years ago

geseq commented 6 years ago

I've moved all MSI and ObjxMap functions to type_specific.go and added additional code for getting either types from the other within the objx.Map. Added additional tests as well.

Fixes #70

geseq commented 6 years ago

This should take care of #70

geseq commented 6 years ago

Removed the comments.