7 lines
168 B
Go
7 lines
168 B
Go
package handlers
|
|
|
|
// ValidateRepoURLForTest exports validateRepoURL for testing.
|
|
func ValidateRepoURLForTest(repoURL string) error {
|
|
return validateRepoURL(repoURL)
|
|
}
|