Removing map randomization from Golang

Viewed 49

I would like to fork the Go language and guarantee that the order of keys when iterating over a map.

I've looked through some of the Go runtime files and tried to find out where the randomization takes place, however I can't seem to find it.

Does anyone have any pointers as to where I should look?

0 Answers
Related