Skip to content
forked from AlekSi/reflector

Go package extending standard package reflect with useful utilities.

License

Notifications You must be signed in to change notification settings

hidaen/reflector

 
 

Repository files navigation

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

About

Go package extending standard package reflect with useful utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%