https://play.golang.org/p/u8iLBDDm2YP
Why dos this code show the results only for person 2, and not person 1?
https://play.golang.org/p/u8iLBDDm2YP
Why dos this code show the results only for person 2, and not person 1?
*does
As both entries have the same key ("Jones") the last inserted items overwrites the previous ones.
Interesting. I’ll try changing that.