Hacker News new | ask | show | jobs
by jerf 2815 days ago
For pretty much the reasons you give, I comment everything the linter wants commented. Sometimes the comment is just "Read implements io.Reader." or "$STRUCT is only exposed publicly for encoding/json, you should not use it."

You may find more success posting this sort of thing at reddit.com/r/golang, or some other dedicated Go community.

1 comments

Thanks. You're right about posting somewhere.. Not a regular Reddit user. So didn't think of that..