bugsmith@programming.dev to Golang@programming.dev · 2 years 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 · 2 years agomessage-square13fedilink
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up3·2 years 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.