We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What I miss using this instead of https://github.com/leebenson/conform is the check of embedded structs: https://github.com/leebenson/conform/blob/master/conform.go#L272.
Can we add this?
Maybe optional (default: true) with a tag: mod:"embedded=false".
mod:"embedded=false"
What do you think?
This is URGENT IMO because I cannot use it having a lot of embedded structs.
The text was updated successfully, but these errors were encountered:
I'm not sure I understand how this feature is intended to work, can you provide a code sample?
Sorry, something went wrong.
Oh. Maybe I don't know how to use dive. I will update this issue as soon as I understand it. 😅
dive
No branches or pull requests
What I miss using this instead of https://github.com/leebenson/conform is the check of embedded structs:
https://github.com/leebenson/conform/blob/master/conform.go#L272.
Can we add this?
Maybe optional (default: true) with a tag:
mod:"embedded=false"
.What do you think?
This is URGENT IMO because I cannot use it having a lot of embedded structs.
The text was updated successfully, but these errors were encountered: