worldline-go / struct2

convert struct to map with custom hook functions
https://pkg.go.dev/github.com/worldline-go/struct2
MIT License
20 stars 3 forks source link

fix: ignore unexported fields #9

Closed roneli closed 1 year ago

roneli commented 1 year ago

Hi, thanks for the library,

hit a small issue with unexported fields, I think they should be ignored otherwise causes panics

Added a fix + test

rytsh commented 1 year ago

Awesome, thanks for the fix @roneli