Convert or fill a struct for Go
The exported functions could change at any time before the first stable release(>=1.0.0).
- Convert a struct to another same type struct
- Fill the same names if the struct is anonymous
- Convert a map to struct
- Convert a struct to slice or map
go get -u github.com/WindomZ/go-struct-filler
- Support for more types
- Provide better extension