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

ErrorUnset conflicts with UntaggedFields #350

Open
mateusoliveira43 opened this issue Dec 24, 2023 · 0 comments
Open

ErrorUnset conflicts with UntaggedFields #350

mateusoliveira43 opened this issue Dec 24, 2023 · 0 comments

Comments

@mateusoliveira43
Copy link

If I use ErrorUnset = true and add mapstructure:"-" to my struct field, I get the following error:

* '' has unset fields: -

But since that field is ignored, it should not trigger an error, right?

Also tried using with IgnoreUntaggedFields = true, but got the same result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant