move resources to dedicated package

This commit is contained in:
ionutboangiu
2025-04-29 02:04:00 +03:00
committed by Dan Christian Bogos
parent 40c2c11158
commit eeecae4576
68 changed files with 3191 additions and 3433 deletions

View File

@@ -146,7 +146,7 @@ func NewGoogleCSVStorage(sep rune, spreadsheetID string) (*CSVStorage, error) {
return []string{}
}
c := NewCSVStorage(sep,
getIfExist(utils.Resources),
getIfExist(utils.ResourcesStr),
getIfExist(utils.Stats),
getIfExist(utils.Rankings),
getIfExist(utils.Trends),