mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix typo in guidelines-backend.en-us.md (#22690)
This commit is contained in:
parent
706f4686b8
commit
66877aed54
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ To maintain understandable code and avoid circular dependencies it is important
|
|||
|
||||
### Package Dependencies
|
||||
|
||||
Since Golang don't support import cycles, we have to decide the package dependencies carefully. There are some levels between those packages. Below is the ideal package dependencies direction.
|
||||
Since Golang doesn't support import cycles, we have to decide the package dependencies carefully. There are some levels between those packages. Below is the ideal package dependencies direction.
|
||||
|
||||
`cmd` -> `routers` -> `services` -> `models` -> `modules`
|
||||
|
||||
|
|
Loading…
Reference in a new issue