You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helps not only us (speaking as the new person trying to learn his way around), but also our users, who should be able to use godoc.org to good effect.
The text was updated successfully, but these errors were encountered:
The golint checks are mostly good, but there are enough false positives that I'd be reluctant to block changes for all of them. That said, I agree it'd be nice to have some pre-submit linting suggestions.
There are a number of packages missing conventional documentation comments (cf. https://github.com/golang/go/wiki/CodeReviewComments#doc-comments). Given that we advertise these libraries as part of an SDK, we should make an effort to back-fill the ones that are missing.
This helps not only us (speaking as the new person trying to learn his way around), but also our users, who should be able to use godoc.org to good effect.
The text was updated successfully, but these errors were encountered: