Skip to content
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

Update package imports to use internal package structure #145

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

catatsuy
Copy link
Owner

This pull request primarily involves a reorganization of the codebase, moving several files and updating their references accordingly. The most significant changes are the relocation of the cli, config, and slack packages to an internal directory, and the subsequent updates to import statements and build configurations to reflect these changes.

Here are the key changes:

Codebase reorganization:

  • .goreleaser.yml: Updated the ldflags configuration to reflect the new location of the cli package.
  • Makefile: Updated the build rules for bin/notify_slack to include the new locations of the cli, config, slack, and throttle packages.
  • cmd/notify_slack/main.go: Updated the import statement to reflect the new location of the cli package.

Updates to import statements:

@catatsuy catatsuy merged commit e85dbff into master Apr 13, 2024
5 checks passed
@catatsuy catatsuy deleted the feature_use_internal_dir branch April 13, 2024 06:57
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