diff --git a/README.md b/README.md index 7f646b96..3ecefe56 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ go run main.go; │ ├─model (model and services) │ ├─resource (resources, such as static pages, templates) │ ├─router (routers) + │ ├─service (services) │ └─utils (common utilities) └─web (frontend) ├─public (deploy templates)