package handlers // ValidateRepoURLForTest exports validateRepoURL for testing. func ValidateRepoURLForTest(repoURL string) error { return validateRepoURL(repoURL) }