David @mleku - 2mo
#golang 1.24 has a nice new feature, a different, faster map implementation called "swiss" something or other anyway, all i know is that when i print them using the %v printf directive, they come out sorted in alphabetical order gonna have to revise my expectations of map iterations now, it's not a pseudo-random shuffle like it used to be.
it's only the stringer for them that sorts em, if i iterate and print them in the order they iterate they still random