Skip to content

docs(sync): update go-monorepo-structure.md to reflect recent changes#145

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync-go-monorepo-structure-2026-03-12-1963aa22c8bf9514
Draft

docs(sync): update go-monorepo-structure.md to reflect recent changes#145
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync-go-monorepo-structure-2026-03-12-1963aa22c8bf9514

Conversation

@github-actions
Copy link
Copy Markdown

What changed in the code

The go.work workspace file was updated (as part of adding provider libraries to the repo) to include new modules and remove libs/common:

  • Removed: ./libs/common
  • Added: ./libs/provider-downloader, ./libs/provider-proto, ./examples/consumer

These 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.md had several references to the old libs/common module and was missing the new modules. The following were updated:

  • go.work example now matches the actual workspace file (added provider-downloader, provider-proto, examples/consumer; removed common)
  • Directory structure diagram updated to show libs/provider-downloader/ and libs/provider-proto/ instead of libs/common/
  • Module naming conventions section updated with current library module paths
  • Versioning examples updated to include provider-downloader and provider-proto
  • go work use commands example updated to reflect current modules
  • Initialization guide updated to create the correct directories and initialize the correct modules

Testing

Documentation-only change. Verified by comparing the updated examples against the actual go.work file and libs/ directory contents.

Checklist

  • Follows project documentation conventions
  • No sensitive data or secrets included
  • Changes are minimal and targeted to observed discrepancies only

Generated by Documentation Sync

… 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>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants