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
{{ message }}
This repository was archived by the owner on Jun 2, 2020. It is now read-only.
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…?).