Skip to content

Commit 75d68a8

Browse files
authored
Merge pull request #3517 from Benjaminvdv/patch-1
📖 chore(docs): change folder pkg to internal/controller in the migratio…
2 parents 81adf48 + 01681bb commit 75d68a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/migration/manually_migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Therefore, you can check the changes in the layout results into:
6666
- If your project support multi-group the APIs are scaffold under a directory called `apis`. Rename this directory to `api`
6767
- Move the `controllers` directory under the `internal` and rename it for `controller`
6868
- Now ensure that the imports will be updated accordingly by:
69-
- Update the `main.go` imports to look for the new path of your controllers under the `pkg` directory
69+
- Update the `main.go` imports to look for the new path of your controllers under the `internal/controller` directory
7070

7171
**Then, let's update the scaffolds paths**
7272

0 commit comments

Comments
 (0)