danhab99 to GolangEnglish · 2 years agoI kinda wish there was a better way to do if err != nil in gogithub.comexternal-linkmessage-square10linkfedilinkarrow-up111arrow-down16file-text
arrow-up15arrow-down1external-linkI kinda wish there was a better way to do if err != nil in gogithub.comdanhab99 to GolangEnglish · 2 years agomessage-square10linkfedilinkfile-text
minus-squaredanhab99OPlinkfedilinkarrow-up2·2 years ago As an aside, you probably don’t need a static union type for your min and max functions. I assume you could use comparable. comparible only allows ==
minus-squaretheherk@lemmy.worldlinkfedilinkarrow-up2·2 years agoOh right! What am I saying? contraints.Ordered maybe.
minus-squaredanhab99OPlinkfedilinkarrow-up1·2 years agoI just looked at the standard docs and I didn’t realize there was a built-in min and max function. Y’all should really read the standard lib docs… it’s fascinating in there.
comparible
only allows==
Oh right! What am I saying?
contraints.Ordered
maybe.I just looked at the standard docs and I didn’t realize there was a built-in min and max function. Y’all should really read the standard lib docs… it’s fascinating in there.