diff options
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 { |
