|
|
|
|
|
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. |
|