Skip to content

go.work workspace support #18

Description

@bubunyo

Many modern Go monorepos use go.work workspaces instead of replace directives. Supporting this natively widens the addressable audience.

Acceptance criteria

  • Detect go.work at repo root and use it for module resolution
  • Handle use directives to discover service/core module paths
  • Fallback to current go.mod + config-based discovery when no go.work present

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions