diff options
| author | demo <demo@antix1> | 2026-05-28 17:28:59 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-28 17:28:59 -0400 |
| commit | 848481fd1a738225664fa398275fcd1afd61c4ff (patch) | |
| tree | 9883e7f82b358de00e1d7b3b866f71f64d719a43 /classic.go | |
| parent | 0d7056446009f38ea44249f2f74ab70b05410cfb (diff) | |
feat: implement shortcode feature
Diffstat (limited to 'classic.go')
| -rw-r--r-- | classic.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |
