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