Karthick
Results
3
comments of
Karthick
@JyotinderSingh Can I pick this one?. Could you assign this to me
@codeimmortal if you are not working on this, can I pick this one?
@JyotinderSingh I am trying to create a new store API for rename, below is the sample snippet ``` func Rename(sourceKey string, destinationKey string, obj *Obj) bool { storeMutex.Lock() defer storeMutex.Unlock()...