bugsmith@programming.dev to Golang@programming.dev · 8 months agoGo Enums Still Suckwww.zarl.devexternal-linkmessage-square13fedilinkarrow-up121arrow-down13
arrow-up118arrow-down1external-linkGo Enums Still Suckwww.zarl.devbugsmith@programming.dev to Golang@programming.dev · 8 months agomessage-square13fedilink
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up3·8 months agoWho uses struct tags for comments? I’ve never used or seen them used as anything except annotations as in tag:"value". And linters (go vet?) will tell you if you’re formatting them wrong.
Who uses struct tags for comments? I’ve never used or seen them used as anything except annotations as in
tag:"value"
. And linters (go vet?) will tell you if you’re formatting them wrong.