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

Go package extending standard package reflect with useful utilities.

License

Notifications You must be signed in to change notification settings

AlekSi/reflector

Repository files navigation

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

About

Go package extending standard package reflect with useful utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages