This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
GoDoc and Public API #672
Closed
Description
There are currently many undocumented, exported members in the top level package dep
- GoDoc.
Is there a long term plan for this package's public API?
Was there a design to the current state, or were things just made public as needed by commands?
In its current form, some exported members could use simple comments, others could perhaps be made unexported or internal, and some pieces have evolved and could use small API tweaks, even if only to fix things like stale names.
Unless I missed an existing conversation, this issue can be a central place to discuss the GoDoc and Public API, and to link incremental PRs.
I have an incoming PR for general documentation and specific changes to Ctx
and Loggers
.