Atualizar README.md

This commit is contained in:
jim
2026-07-16 09:58:18 -05:00
parent fbd1210472
commit 88242cacb7
+1 -1
View File
@@ -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.