-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
Put a embed struct, a panic occurs #247
Comments
Looks like a bug. Thanks for the report, I'll fix it. |
guregu
added a commit
that referenced
this issue
Aug 29, 2024
I released v2.2.1 with a fix. Thanks again! |
Quick fix, thanks! |
guregu
added a commit
that referenced
this issue
Sep 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have confirmed this with v2.2.0.
If I put the following structure to DynamoDB, a panic occurs.
This is because field.isZero == nil is set on line 257 of reflect.go.
Is it possible to include an embed structure in Put?
The text was updated successfully, but these errors were encountered: