-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: Remove unused packages and flatten project structure #27
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
Conversation
Removes the following unused packages: - pkg/crypt - pkg/workspace - pkg/io Moves the remaining packages (core, e, runtime) to the top level of the project. Updates all import paths to reflect the new structure.
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR restructures the codebase by consolidating package imports from Changes
Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (59)
💤 Files with no reviewable changes (51)
🧰 Additional context used🧬 Code graph analysis (2)runtime/runtime_test.go (2)
runtime/runtime.go (3)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Removes the following unused packages: - pkg/crypt - pkg/workspace - pkg/io Moves the remaining packages (core, e, runtime) to the top level of the project. Updates all import paths to reflect the new structure.
…ove-unused-packages # Conflicts: # go.mod # pkg/runtime/runtime_test.go # runtime/runtime.go
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Removes the following unused packages:
Moves the remaining packages (core, e, runtime) to the top level of the project.
Updates all import paths to reflect the new structure.