Skip to content

Third release

Compare
Choose a tag to compare
@m-murad m-murad released this 24 Aug 07:57
· 1 commit to master since this 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