@tromars@feddit.de to Programmer Humor@lemmy.ml • 2 years agoIdeas for programming rizz?i.imgur.comimagemessage-square248fedilinkarrow-up12.1K
arrow-up12.1KimageIdeas for programming rizz?i.imgur.com@tromars@feddit.de to Programmer Humor@lemmy.ml • 2 years agomessage-square248fedilink
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.