You can now add feeds to the database

This commit is contained in:
Joakim Hellsén 2024-02-16 04:56:44 +01:00
commit a5b6352a4c
24 changed files with 1049 additions and 20 deletions

View file

@ -16,6 +16,7 @@ exclude_dir = [
"tests",
".git",
".vscode",
"data",
]
exclude_file = []
exclude_regex = ["_test.go"]