-
Notifications
You must be signed in to change notification settings - Fork 140
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
Ensure iteration order is defined #436
Comments
Merged
6 tasks
This was referenced Feb 4, 2021
This was referenced Feb 12, 2021
This was referenced Feb 17, 2021
This was referenced Feb 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue To Be Solved
To make the checking process deterministic, non-deterministic constructs in GO must be avoided.
One such construct in Go is the iteration over maps, which has no defined order.
Ensure there is no iteration over maps.
Solution
The text was updated successfully, but these errors were encountered: