refactor: use options struct for all arguments to index constructor
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M internal/importer/main.go → internal/importer/main.go
@@ -24,6 +24,7 @@ ) type Options struct { LowMemory bool + Offline bool Logger *log.Logger WriteIndex *index.WriteIndex Manpages *manpages.URLMap