@[email protected] to [email protected]English • 1 year agoI kinda wish there was a better way to do if err != nil in gogithub.comexternal-linkmessage-square9fedilinkarrow-up19arrow-down16file-text
arrow-up13arrow-down1external-linkI kinda wish there was a better way to do if err != nil in gogithub.com@[email protected] to [email protected]English • 1 year agomessage-square9fedilinkfile-text
minus-square@[email protected]linkfedilink3•1 year agoI would rename Check to Must which there is at least some precedent for.
minus-square@[email protected]OPlinkfedilink1•edit-21 year agoOh yeah and it’s also less to type. Good idea! Edit: here’s the change https://github.com/danhab99/idk/blob/main/idk.go#L13
I would rename Check to Must which there is at least some precedent for.
Oh yeah and it’s also less to type. Good idea!
Edit: here’s the change https://github.com/danhab99/idk/blob/main/idk.go#L13