|
|
|
|
|
by kkowalczyk
4436 days ago
|
|
Yes, you are missing the point. In Go, iteration order of keys was always non-deterministic. At some point it was changed to be also random i.e. iterating the same hash the second time would produce a different sequence of key/values than the first time. This is exactly what the article says, except using more words. |
|
My second, arguably more interesting point, is that the poster's own code violates the premise of his post.