From 2e8a12682c5abf895ea05ad6e5830f942a828113 Mon Sep 17 00:00:00 2001 From: Tiago Yamamoto Date: Mon, 29 Dec 2025 10:41:03 -0300 Subject: [PATCH] docs: update backend documentation with current date --- backend/BACKEND.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/BACKEND.md b/backend/BACKEND.md index 3ef567d..845dd4d 100755 --- a/backend/BACKEND.md +++ b/backend/BACKEND.md @@ -3,6 +3,8 @@ [![Go](https://img.shields.io/badge/Go-1.24-00ADD8?style=flat-square&logo=go)](https://golang.org/) [![PostgreSQL](https://img.shields.io/badge/PostgreSQL-16-336791?style=flat-square&logo=postgresql)](https://postgresql.org/) +> **Last Updated:** 2024-12-29 + API REST desenvolvida em Go seguindo princĂ­pios de **Clean Architecture** e **DDD**. ---