refactor: migrate repo to struct

This commit is contained in:
2025-01-14 11:49:42 +03:00
parent e827fb8049
commit 91937a1fc5
9 changed files with 273 additions and 152 deletions

View File

@ -18,6 +18,7 @@
package repos_test
/*
import (
"context"
"reflect"
@ -146,3 +147,4 @@ func TestFindPkgsEmpty(t *testing.T) {
t.Errorf("Expected 'test2' package, got '%s'", testPkgs[0].Name)
}
}
*/