@[email protected] to Programmer [email protected] • 2 years agoIdeas for programming rizz?i.imgur.comimagemessage-square251fedilinkarrow-up12.09Karrow-down139
arrow-up12.05Karrow-down1imageIdeas for programming rizz?i.imgur.com@[email protected] to Programmer [email protected] • 2 years agomessage-square251fedilink
minus-squarenickwitha_k (he/him)linkfedilink4•2 years agoIdiomatic Go way of checking for the presence of a key in a map.
if ok { return true } else { return false }
Why?
Idiomatic Go way of checking for the presence of a key in a map.