File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Implementing a new feature typically involves the following steps:
139139
1401401 . Develop the service that implements the business logic supporting the feature. Please refer to ` internal/album/service.go ` as an example.
1411412 . Develop the RESTful API exposing the service about the feature. Please refer to ` internal/album/api.go ` as an example.
142- 3 . Develop the repository that persists the data entities needed by the service. Please refer to ` internal/album/repsitory .go ` as an example.
142+ 3 . Develop the repository that persists the data entities needed by the service. Please refer to ` internal/album/repository .go ` as an example.
1431434 . Wire up the above components together by injecting their dependencies in the main function. Please refer to
144144 the ` album.RegisterHandlers() ` call in ` cmd/server/main.go ` .
145145
You can’t perform that action at this time.
0 commit comments