1
1
espelhamento de https://github.com/go-gitea/gitea sincronizado 2025-09-14 04:38:13 +00:00

Fix typo in guidelines-backend.en-us.md (#22690)

Esse commit está contido em:
Ivan Maximov
2023-02-01 00:43:12 +03:00
commit de GitHub
commit 66877aed54

Ver arquivo

@@ -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`