featuregood first issue
Repository metrics
- Stars
- (211 stars)
- PR merge metrics
- (PR metrics pending)
Description
We have some documentation, but it's not extensive. We should ensure that:
- All packages have a
doc.go - All functions that are part of the package API have good documentation
- Function comments can avoid mentioning types (e.g does foo with a model.Model) as links are already populated in the godoc.
- Examples should be in a
doc_test.gofile see. This ensures that they compile and won't be forgotten with API changes