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

⚠️ go/v4-alpha: change the layout to follow Golang Standards #2985

Merged
merged 1 commit into from
Jan 9, 2023

Commits on Jan 8, 2023

  1. go/v4-alpha: change the layout to follow Golang Standards

    Change the layout as requested by the community to follow the Golang Standards:
    
    - The directory `apis` was renamed to `api` to follow the standard
    - The `controller(s)` directory has been moved under a new directory called `internal` and renamed to singular as well `controller`
    - The `main.go` previously scaffolded in the root directory has been moved under a new directory  called `cmd`
    
    Therefore, you can check the changes in the layout results into:
    
    ```sh
    ...
    ├── cmd
    │ └── main.go
    ├── internal
    │ └── controller
    └── api
    ```
    camilamacedo86 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0576130 View commit details
    Browse the repository at this point in the history