This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
GoDoc and Public API #672
Comments
This was referenced May 30, 2017
Yeah, we need some real thought around this. My off-the-cuff thoughts:
|
(implicit in the above is that we should re-export gps) |
This was referenced May 31, 2017
Merged
Any thoughts on whether func PruneProject should remain exported? |
This was referenced Jun 2, 2017
We can unexport it - the plan is to shift that behavior more directly into |
This was referenced Jun 3, 2017
This was referenced Jun 14, 2017
converting this to an epic in zenhub - this is really its own non-trivial cluster of tasks. |
This was referenced Feb 2, 2018
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andLoggers
.The text was updated successfully, but these errors were encountered: