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

refactor: split up local cmd.go file #103

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

abuchanan-airbyte
Copy link
Collaborator

I hope this isn't annoying, but I get fairly confused about local/cmd.go and local.Command versus local/local_install.go and local.InstallCmd. I know the difference (although the line is blurry) but I often get turned around in the code.

So, I've split up local/local/cmd.go into multiple files (install, uninstall, status). I also split out the mocks into mock_test.go and renamed cmd_test.go to install_test.go since it only contains install tests.

I didn't change any implementation details, this is just moving code around. I would like to make some more changes in a future PR, but I didn't want those to get lost in the big blocks of code moving around here.

@abuchanan-airbyte abuchanan-airbyte requested a review from a team as a code owner September 5, 2024 22:52
@abuchanan-airbyte abuchanan-airbyte merged commit 61e503d into main Sep 6, 2024
2 checks passed
@abuchanan-airbyte abuchanan-airbyte deleted the abuch/rename-install-file branch September 6, 2024 13:43
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.

2 participants