tromars@feddit.de to Programmer Humor@lemmy.ml · 2 年前Ideas for programming rizz?i.imgur.comexternal-linkmessage-square239fedilinkarrow-up12.09K
arrow-up12.09Kexternal-linkIdeas for programming rizz?i.imgur.comtromars@feddit.de to Programmer Humor@lemmy.ml · 2 年前message-square239fedilink
minus-squareqaz@lemmy.worldlinkfedilinkarrow-up6·2 年前if ok { return true } else { return false } Why?
minus-squarenickwitha_k (he/him)@lemmy.sdf.orglinkfedilinkarrow-up4·2 年前Idiomatic 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.