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

test: add test case for struct input with struct tags #96

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

42atomys
Copy link
Member

@42atomys 42atomys commented Dec 2, 2024

Description

Try to resolving issue on omitempty and omit tags on yaml.

Changes

  • Add a test case for yaml tags.

Resolve #80

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the code style of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation accordingly.
  • This change requires a change to the documentation on the website.

@42atomys 42atomys linked an issue Dec 2, 2024 that may be closed by this pull request
1 task
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

Successfully merging this pull request may close these issues.

bug: toYaml should omit empty fields similar to toJson
1 participant