@tromars@feddit.de to Programmer Humor@lemmy.ml • 1 year agoIdeas for programming rizz?i.imgur.comimagemessage-square240fedilinkarrow-up12.09K
arrow-up12.09KimageIdeas for programming rizz?i.imgur.com@tromars@feddit.de to Programmer Humor@lemmy.ml • 1 year agomessage-square240fedilink
minus-squarenickwitha_k (he/him)linkfedilink4•1 year 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.