-
Notifications
You must be signed in to change notification settings - Fork 211
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
Stack overflow occurs when a struct embeds a non-exported struct #915
Labels
bug
Issues describing a bug in go-toml.
Comments
Thank you for the bug report! |
pelletier
added a commit
that referenced
this issue
Dec 11, 2023
pelletier
added a commit
that referenced
this issue
Dec 11, 2023
This should have been fixed at the tip of the v2 branch. Feel free to re-open if anything doesn't work as expected! |
Pushed go-toml v2.1.1 with this fix. |
Awesome, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Stack overflow occurs when a struct embeds a non-exported struct.
I would expect
Unmarshal
to return an error.Versions
The text was updated successfully, but these errors were encountered: