I am new to Go and now I want to get an arbitrary item from a map; what\'s the idiomatic way to do that? I can only think of something like this:
func get_some_k
Maybe what you want is a array, which is easy to access randomly, especially the container is random read heavy but changed infrequently.