reflector
=========
Fork from AlekSi reflector
This Go package extends standard package reflect with useful utilities:
- convert map to struct
- convert struct to map
- convert slice of maps to slice of structs
- convert slice of structs to slice of maps
Install it: go get github.com/hidaen/reflector
Documentation is available on godoc.org.
License: Simplified BSD License (see LICENSE).