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

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

objx.Map is currently part of types_list.txt and also type_specific_codegen.go. But this type has some special cases with should be dealt in a separate file. It could be named type_specific.go.