-
Notifications
You must be signed in to change notification settings - Fork 369
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: support golang 1.24 #741
base: main
Are you sure you want to change the base?
Conversation
e3aeec8
to
b20b0be
Compare
Hey guys, any ETA on when go v1.24 will be supported? |
@thrasher- I'm NOT bytedance/sonic maintainer, but FYI: So, we should wait for 1.24.1 next release I think. |
we should wait for |
32960eb
to
6940b8b
Compare
Fixes #735 |
|
||
func handleOmitZero(fv StdField, fm *FieldMeta) { | ||
if fv.omitZero { | ||
println("omit zero, field: ", fv.name) |
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.
has println
Main Changes:
GoMapIterator
as Golangomitzero
field taglinkname
NOTE: we are waiting go1.24.1 to solve the link name problem #738