18
Go Enums Still Suck
(www.zarl.dev)
This is a community dedicated to the go programming language.
Useful Links:
Rules:
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.