Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created May 24, 2023 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eminetto/1aef43eca2b3426931e8598a0ba70519 to your computer and use it in GitHub Desktop.
Save eminetto/1aef43eca2b3426931e8598a0ba70519 to your computer and use it in GitHub Desktop.
├── 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