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 behavior when struct fields conflicted #335

Merged
merged 1 commit into from Dec 19, 2022

Conversation

goccy
Copy link
Owner

@goccy goccy commented Dec 19, 2022

fix #332

@codecov-commenter
Copy link

Codecov Report

Merging #335 (330ba01) into master (45bdea2) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
+ Coverage   75.63%   75.65%   +0.01%     
==========================================
  Files          13       13              
  Lines        4359     4362       +3     
==========================================
+ Hits         3297     3300       +3     
  Misses        819      819              
  Partials      243      243              

@goccy goccy merged commit 9044eca into master Dec 19, 2022
@goccy goccy deleted the fix-field-conflict-behavior branch December 19, 2022 05:33
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: Couldn't unmarshal when inline struct's name is same with its attribute.
2 participants