docs(sync): update go-monorepo-structure.md to reflect recent changes#145
Draft
github-actions[bot] wants to merge 1 commit into
Draft
docs(sync): update go-monorepo-structure.md to reflect recent changes#145github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
… module layout - Replace libs/common (removed) with libs/provider-downloader and libs/provider-proto - Add examples/consumer to go.work example and workspace setup commands - Update module naming conventions to list current library modules - Update versioning examples to include provider-downloader and provider-proto - Update initialization guide directory structure and module commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed in the code
The
go.workworkspace file was updated (as part of adding provider libraries to the repo) to include new modules and removelibs/common:./libs/common./libs/provider-downloader,./libs/provider-proto,./examples/consumerThese changes were made by Werner Swart across several commits including work in commit d1deab3 and related pipeline work merged in #120.
What was updated in the docs
docs/architecture/go-monorepo-structure.mdhad several references to the oldlibs/commonmodule and was missing the new modules. The following were updated:go.workexample now matches the actual workspace file (addedprovider-downloader,provider-proto,examples/consumer; removedcommon)libs/provider-downloader/andlibs/provider-proto/instead oflibs/common/provider-downloaderandprovider-protogo work usecommands example updated to reflect current modulesTesting
Documentation-only change. Verified by comparing the updated examples against the actual
go.workfile andlibs/directory contents.Checklist