From 848481fd1a738225664fa398275fcd1afd61c4ff Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 28 May 2026 17:28:59 -0400 Subject: feat: implement shortcode feature --- classic.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'classic.go') 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 { -- cgit v1.2.3