Skip to content

Update package structure to use internal package for CLI #31

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

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

catatsuy
Copy link
Owner

@catatsuy catatsuy commented Apr 6, 2024

This pull request primarily involves changes to the project structure, specifically moving some files into an internal directory. The changes are intended to better organize the codebase. The most significant changes include updating the Makefile to reflect the new file locations, and updating import paths in cli_test.go and main.go to correctly reference the moved files.

Project structure changes:

  • Makefile: Updated the bin/purl target to include the new location of the cli files in the internal directory.

Import path updates:

  • internal/cli/cli_test.go: Updated import paths to reference the new location of the cli package in the internal directory.
  • main.go: Updated import paths to reference the new location of the cli package in the internal directory.

@catatsuy catatsuy merged commit da91fe4 into main Apr 6, 2024
@catatsuy catatsuy deleted the feature_move_internal_dir branch April 6, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant