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

fix: fixed handling of anonymous fields other than struct #431

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

orisano
Copy link
Sponsor Contributor

@orisano orisano commented Feb 24, 2023

fix #426

@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2023

Codecov Report

Merging #431 (06ab2b4) into master (a2149a5) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #431      +/-   ##
==========================================
- Coverage   76.95%   76.94%   -0.01%     
==========================================
  Files          55       55              
  Lines       18806    18811       +5     
==========================================
+ Hits        14472    14474       +2     
- Misses       3695     3697       +2     
- Partials      639      640       +1     

@goccy
Copy link
Owner

goccy commented Mar 13, 2023

Awesome ! LGTM

@goccy goccy merged commit b68305f into goccy:master Mar 13, 2023
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.

Serializing struct with embedded interface results in malformed json
3 participants