Created
May 24, 2023 13:25
-
-
Save eminetto/1aef43eca2b3426931e8598a0ba70519 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── book | |
│ ├── book.go | |
│ ├── service.go | |
│ ├── service_test.go | |
│ ├── mock | |
│ │ ├── use_case.go | |
│ │ ├── repository.go | |
│ ├── postgres | |
│ │ ├── book_storage.go | |
│ │ ├── book_storage_test.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment