Third release
This release adds the following -
m.GetOrPut(key interface{}, value interface{}) (finalValue interface{}, updated bool) - Retrive or Update the value for a key
m.GetAndDelete(key interface{}) (value interface{}, deleted bool) - Get value and delete the key from the Map