refactor: migrate repo to struct
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user