all repos — searchix @ 495994761bc04fd9b46e65e389e8b2cda28f1020

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

refactor: use options struct for all arguments to index constructor

Alan Pearce
commit

495994761bc04fd9b46e65e389e8b2cda28f1020

parent

450ff2d51460c2f1e8b0679726d3a26cd8762359

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/importer/main.gointernal/importer/main.go
@@ -24,6 +24,7 @@ )
type Options struct { LowMemory bool + Offline bool Logger *log.Logger WriteIndex *index.WriteIndex Manpages *manpages.URLMap