all repos — searchix @ 40f7fe5cb75c254cf595b9ad50de6de99fd78c7b

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: remove unused property

Alan Pearce
commit

40f7fe5cb75c254cf595b9ad50de6de99fd78c7b

parent

fc42a07294d26c42c1d91fc4dc89282033ae4e24

1 file changed, 2 insertions(+), 3 deletions(-)

changed files
M internal/fetcher/download.gointernal/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 }