fix: closure

This commit is contained in:
2025-11-10 19:16:08 +01:00
parent e79adca357
commit 1f08fc4fd9

View File

@@ -321,7 +321,7 @@ Then, use `./bin/goyco` to manage the application and notably to seed the databa
### Project Structure
````sh
```bash
goyco/
├── bin/ # Compiled binaries (created after build)
├── cmd/
@@ -355,6 +355,7 @@ goyco/
├── LICENSE # License file
├── Makefile # Project build/test targets
└── README.md # This file
```
### Testing
@@ -435,4 +436,7 @@ For support and questions:
---
**Goyco** - A modern news aggregation platform built with Go, PostgreSQL and most importantly, love.
````
```
```