refactor: use interface to unify Options and Packages
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/importer/importer.go → internal/importer/importer.go
@@ -75,7 +75,7 @@ wg.Add(1) options, pErrs := processor.Process(ctx) wg.Add(1) - iErrs := indexer.ImportOptions(ctx, options) + iErrs := indexer.Import(ctx, options) var hadErrors bool go func() {