-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: implement use the '-' mark to ignore writing values for field #56
feat: implement use the '-' mark to ignore writing values for field #56
Conversation
IMO, the meaning of For this PR, it just writes the zero value, it's not a field ignore. |
Wait for me to modify it soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's changed and what's your intention?
Similar to the following struct, The CPU field is marked with
-
, will write the zero value of the type:Result:
Checklist
Refer to a related PR or issue link (optional)
#54