-
Notifications
You must be signed in to change notification settings - Fork 18k
panic when range-func return nil #69042
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
Comments
Duplicated of #65629 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.23.0 linux/amd64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
panic: runtime error: nil pointer dereference
wheniter.Seq
is nilWhat did you expect to see?
Run successfully, as the same way as range over nil map and list
The text was updated successfully, but these errors were encountered: