aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/urlutil/urls.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/html: split off URL helpersAleksandr Nogikh2025-04-081-0/+56
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.