♻️ Better names and add printing methods

This commit is contained in:
Dan Jones 2024-11-04 15:20:09 -06:00
commit d5e7f601b6
4 changed files with 41 additions and 17 deletions

View file

@ -10,7 +10,7 @@ type Data struct {
type Config struct {
Source string
Extensions []string
Shows []string
Groups []string
extRe *regexp.Regexp
}