Skip to content

Commit a7f5447

Browse files
authored
doc(main): Updated http demo doc (#230)
1 parent 5753e4d commit a7f5447

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/demos/http-application.md

+10-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)