This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Description
Some of the Go packages we generate documentation for don’t have comments describing the package as a whole. Others have them, but they’re extremely minimal. We should have good, rich descriptions with examples for all of them.
Each should contain a clear description of the package, information about how it relates to other packages, any notes about stability (how experimental/subject to change is it?), and at least one small example of basic usage (options
might be an exception because it’s just defining types…?).
Relevant packages:
See also this comment on #68.