Atualizar README.md
This commit is contained in:
@@ -63,7 +63,7 @@ mais interna:
|
|||||||
│ └── in_memory/
|
│ └── in_memory/
|
||||||
│ └── inventory_repository.go # Implementação em memória (map)
|
│ └── inventory_repository.go # Implementação em memória (map)
|
||||||
└── model/
|
└── model/
|
||||||
└── product.go # Domínio: Product e ProductInput
|
└── product.go # Domínio: Product
|
||||||
```
|
```
|
||||||
|
|
||||||
- **model** — define `Product` e `ProductInput`, sem lógica nem dependências.
|
- **model** — define `Product` e `ProductInput`, sem lógica nem dependências.
|
||||||
|
|||||||
Reference in New Issue
Block a user