Skip to content
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

Fix panic when input is array #73

Merged
merged 2 commits into from
Nov 17, 2024
Merged

Conversation

yassinebenaid
Copy link
Owner

As reported at: davecgh/go-spew#143 (comment).

When input is an array, trying to call v.IsNil() will panic.

Also changed the array format to remove the capacity and length :

- [2]int:2:2 { ...
+ [2]int { ...

@yassinebenaid yassinebenaid merged commit 4b3cb74 into master Nov 17, 2024
6 checks passed
@yassinebenaid yassinebenaid deleted the fix-panic-when-input-is-array branch November 17, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant