summaryrefslogtreecommitdiff
path: root/classic.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-28 13:20:30 -0400
committerdemo <demo@antix1>2026-05-28 13:20:30 -0400
commit6b39b2b04e037b809537ec2b6209b62b114dceaf (patch)
tree4a4fdf31b04d203914d46f302c869f0ac6045fbd /classic.go
parentaf1e0e423b86e9a1556bd1a6b9e62478648884a9 (diff)
feat: add comment logging maxDepth and maxURLs inside xml output
Diffstat (limited to 'classic.go')
-rw-r--r--classic.go2
1 files changed, 1 insertions, 1 deletions
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)
}