Skip to content

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

Merged
goccy merged 1 commit intogoccy:masterfrom
orisano:fix/#426
Mar 13, 2023
Merged

fix: fixed handling of anonymous fields other than struct#431
goccy merged 1 commit intogoccy:masterfrom
orisano:fix/#426

Conversation

@orisano
Copy link
Copy Markdown
Contributor

@orisano orisano commented Feb 24, 2023

fix #426

@codecov-commenter
Copy link
Copy Markdown

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
Copy Markdown
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