File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ This demo application is following the [recommended project layout](https://go.d
2424- ` cmd/ ` : entry points
2525- ` configs/ ` : configuration files
2626- ` db/ ` :
27- - ` migrations/ ` : database migrations
28- - ` seeds/ ` : database seeds
27+ - `migrations/`: database migrations
28+ - `seeds/`: database seeds
2929- ` internal/ ` :
30- - ` handler/ ` : HTTP handlers
31- - ` middleware/ ` : HTTP middlewares
32- - ` model/ ` : models
33- - ` repository/ ` : models repositories
34- - ` service/ ` : services
35- - ` bootstrap.go ` : bootstrap
36- - ` register.go ` : dependencies registration
37- - ` router.go ` : routing registration
30+ - `handler/`: HTTP handlers
31+ - `middleware/`: HTTP middlewares
32+ - `model/`: models
33+ - `repository/`: models repositories
34+ - `service/`: services
35+ - `bootstrap.go`: bootstrap
36+ - `register.go`: dependencies registration
37+ - `router.go`: routing registration
3838- ` templates/ ` : HTML templates
3939
4040### Makefile
You can’t perform that action at this time.
0 commit comments