Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always call decoders #68

Merged
merged 1 commit into from Jul 27, 2022
Merged

Always call decoders #68

merged 1 commit into from Jul 27, 2022

Commits on Jul 27, 2022

  1. Always call decoders

    This reverts part of #62 to always process decoder interfaces for struct fields. This removes a breaking change where certain built-in types like net/url.URL have a custom unmarshaling function for the empty string.
    
    The other rules for "overwrite" still apply.
    sethvargo committed Jul 27, 2022
    Copy the full SHA
    f38775f View commit details
    Browse the repository at this point in the history