Read settings from .env

This commit is contained in:
Joakim Hellsén 2024-02-17 20:07:21 +01:00
commit 5c0d6180ed
5 changed files with 28 additions and 14 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.22.0
require (
github.com/jackc/pgx/v5 v5.5.3
github.com/joho/godotenv v1.5.1
github.com/mmcdole/gofeed v1.2.1
)