We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I try to decode string "No" for example I run into panic https://go.dev/play/p/0rF2U4cLjce
Can you please return an error instead of panicking
The text was updated successfully, but these errors were encountered:
@29ayush Thanks for flagging this with the Go Playground link! Seeing a panic when decoding a string like "No" is definitely not ideal.
I created a new release with a fix for this issue. Fix for this issue New Release
Please try it out and let me know if you still see the same issue. Thanks again for pointing this out!
Sorry, something went wrong.
Awesome, thanks for the quick fix :)
Successfully merging a pull request may close this issue.
If I try to decode string "No" for example I run into panic
https://go.dev/play/p/0rF2U4cLjce
Can you please return an error instead of panicking
The text was updated successfully, but these errors were encountered: