Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 641 Bytes

reflector Build Status Is maintained?

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/AlekSi/reflector

Documentation is available on godoc.org.

License: Simplified BSD License (see LICENSE).