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

More Decoder options #12

Closed Dragomir-Ivanov closed 7 months ago

Dragomir-Ivanov commented 7 months ago

Greetings, I am late, sorry about that. Added some missing explanation for remain struct tag. Added some Decoder options, that will make library usable with completely not tagged Go structs fields.

Closes #8. Closes #11.

rytsh commented 7 months ago

Hey @Dragomir-Ivanov, that looks awesome. I am just checking that after that I can merge.

Dragomir-Ivanov commented 7 months ago

Hello @rytsh , you there? Any feedback on the PR, and possibly merge?

rytsh commented 7 months ago

Hi @Dragomir-Ivanov that is looks good, I am merging that one.

Dragomir-Ivanov commented 7 months ago

@rytsh Thank you, mate!