2018-05-29 12:32:24 +02:00
2018-05-29 12:32:24 +02:00
2018-05-22 19:24:19 +02:00
2018-05-22 19:24:19 +02:00
2018-05-22 19:24:19 +02:00
2018-05-22 19:24:19 +02:00

crawl

crawl is a simple web crawler that is local to one domain. Its using goroutines to parallelize things.

The generated sitemap is exceedingly simple, we do not keep track of a real graph, but rather just a shallow list of links for every page.

Description
A simple Go web crawler
Readme 68 KiB
Languages
Go 100%