Skip to content

Refactor: Move main package to cmd/anzu#53

Merged
fernandez14 merged 3 commits intodevelopfrom
feature/restructure-project-layout
Aug 21, 2025
Merged

Refactor: Move main package to cmd/anzu#53
fernandez14 merged 3 commits intodevelopfrom
feature/restructure-project-layout

Conversation

@google-labs-jules
Copy link
Contributor

This pull request refactors the project structure to align with the Standard Go Project Layout. The main package has been moved to cmd/anzu/main.go, and the Dockerfile has been updated to reflect this change.

This commit refactors the project to follow the Standard Go Project Layout by moving the main package from `init.go` to `cmd/anzu/main.go`.

The Dockerfile has been updated to build the binary from the new location.
This commit updates the `.github/workflows/go.yml` file to reflect the new project structure. The build command has been changed to build the binary from the `cmd/anzu` directory.
This commit updates the `.air.toml` file, moves `config.go` to the `cmd/anzu` directory, and updates the `README.md` to reflect the new project structure. These changes ensure that the development environment and documentation are aligned with the recent refactoring.
@fernandez14 fernandez14 marked this pull request as ready for review August 21, 2025 00:14
@fernandez14 fernandez14 merged commit 3ab1c22 into develop Aug 21, 2025
2 checks passed
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