Ompluscator / dynamic-struct

Golang package for editing struct's fields during runtime and mapping structs to other structs.
MIT License
672 stars 83 forks source link

Change to storing fields into slices for retrieval consistency #18

Closed saedx1 closed 3 years ago

saedx1 commented 3 years ago

Issue:

Cause

Solution

Note

This shouldn't be a breaking change as the map isn't exported.