refactor: remove unused property
1 file changed, 2 insertions(+), 3 deletions(-)
changed files
M internal/fetcher/download.go → internal/fetcher/download.go
@@ -13,9 +13,8 @@ "alin.ovh/searchix/internal/index/meta" ) type DownloadFetcher struct { - Source config.Source - SourceFile string - fetcher *http.Fetcher + Source config.Source + fetcher *http.Fetcher *Options }