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 #72

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.

geseq commented 6 years ago

Oops. Looks like I need to do some cleanup. I'll create a new pull request later today.