upaas/internal/handlers/export_test.go
clawbot 327d7fb982
All checks were successful
Check / check (pull_request) Successful in 11m26s
fix: resolve lint issues in handlers and middleware
2026-02-20 03:35:44 -08:00

7 lines
168 B
Go

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