Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 487 Bytes

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).