summaryrefslogtreecommitdiff
path: root/classic.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-28 17:28:59 -0400
committerdemo <demo@antix1>2026-05-28 17:28:59 -0400
commit848481fd1a738225664fa398275fcd1afd61c4ff (patch)
tree9883e7f82b358de00e1d7b3b866f71f64d719a43 /classic.go
parent0d7056446009f38ea44249f2f74ab70b05410cfb (diff)
feat: implement shortcode feature
Diffstat (limited to 'classic.go')
-rw-r--r--classic.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/classic.go b/classic.go
index cdf8606..b7a3d8d 100644
--- a/classic.go
+++ b/classic.go
@@ -75,6 +75,10 @@ loop:
cancel()
wg.Wait()
+ // FIXME: eventually, when all crawlers terminate properly, we
+ // can move this out to main: that is, all crawlers will
+ // return the same seen map that will be processed by this
+ // code.
fmt.Println("Generating sitemap...")
sitemap, err := toSitemap(seen, maxDepth, maxURLs)
if err != nil {