aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/urlutil/urls_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/html: split off URL helpersAleksandr Nogikh2025-04-081-0/+49
The existing pkg/html package transitively takes too many dependencies, which complicates the reuse of some of its methods. Split off a pkg/html/urlutil package.