Files
crawl/README.md
2018-05-22 19:24:19 +02:00

8 lines
257 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.