wip
This commit is contained in:
@ -40,7 +40,7 @@ func Pull(ctx context.Context, repos []types.Repo) error {
|
||||
// It also returns a slice that contains the names of all packages that were not found.
|
||||
//
|
||||
// Deprecated: use struct method
|
||||
func FindPkgs(ctx context.Context, pkgs []string) (map[string][]database.Package, []string, error) {
|
||||
func FindPkgs_(ctx context.Context, pkgs []string) (map[string][]database.Package, []string, error) {
|
||||
return GetInstance(ctx).FindPkgs(ctx, pkgs)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user