Releases: goradd/maps
Releases · goradd/maps
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.1.6
Nil SliceMap
Creating a reasonable response when a SliceMap is nil.
Ranging over nil values
A little work saver. You can correctly range over a nil map and it will do nothing, rather than complain that the map is nil. So it behaves the same as a built-in map in this way.
Adding Set Type
Merge pull request #8 from spekary/set Adding set
Added tests
Making sure gob decoding works