You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Hey,
First of all great work. So when I started using binding, one of the overheads I felt was writing FieldMap function.
So leveraging the go generate power, I have created a tool called autobindings that automatically generates the field map function.
Right now, it checks for the JSON tag, if it's available it uses the same mapping, if not it uses the field name for mapping.
I would love if you could refer this library in your documentation :). And let me know your feedback.
Thanks
The text was updated successfully, but these errors were encountered: