From 6b39b2b04e037b809537ec2b6209b62b114dceaf Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 28 May 2026 13:20:30 -0400 Subject: feat: add comment logging maxDepth and maxURLs inside xml output --- classic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classic.go') diff --git a/classic.go b/classic.go index 709271f..cdf8606 100644 --- a/classic.go +++ b/classic.go @@ -76,7 +76,7 @@ loop: wg.Wait() fmt.Println("Generating sitemap...") - sitemap, err := toSitemap(seen) + sitemap, err := toSitemap(seen, maxDepth, maxURLs) if err != nil { log.Fatal(err) } -- cgit v1.2.3