-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move internal to alpha to make subpackages available for importing from other projects #759
move internal to alpha to make subpackages available for importing from other projects #759
Conversation
Codecov Report
@@ Coverage Diff @@
## master #759 +/- ##
=======================================
Coverage 50.29% 50.29%
=======================================
Files 101 101
Lines 8699 8699
=======================================
Hits 4375 4375
Misses 3471 3471
Partials 853 853
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: estroz, joelanford The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
…om other projects Signed-off-by: Joe Lanford <[email protected]>
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
cee5428
to
6491804
Compare
/lgtm |
Signed-off-by: Joe Lanford [email protected]
Description of the change:
Wholesale move of
internal
toalpha
Using
alpha
name to denote that these packages do not yet have stable Go APIs, and added adoc.go
to explain what being in thealpha
tree means:Motivation for the change:
To make file-based config packages available to be imported by other projects.
Reviewer Checklist
/docs