File tree 1 file changed +10
-10
lines changed
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
24
24
- ` cmd/ ` : entry points
25
25
- ` configs/ ` : configuration files
26
26
- ` db/ ` :
27
- - ` migrations/ ` : database migrations
28
- - ` seeds/ ` : database seeds
27
+ - `migrations/`: database migrations
28
+ - `seeds/`: database seeds
29
29
- ` 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
38
38
- ` templates/ ` : HTML templates
39
39
40
40
### Makefile
You can’t perform that action at this time.
0 commit comments