Skip to content

[Refactor] Update Go module paths to use standard 'github.com/...' convention #13

@ElecTwix

Description

@ElecTwix

Community feedback pointed out that our current module paths (e.g., 'the-dev-tools/server') are not idiomatic and prevent the packages from being 'go get'-able by other developers.

Current: 'the-dev-tools/server'
Target: 'github.com/the-dev-tools/dev-tools/packages/server' (or similar)

Action Items:

  1. Update 'go.mod' files in all packages and apps.
  2. Update imports across the codebase.
  3. Ensure 'go.work' continues to resolve paths correctly for local dev.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions