package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

Crawl collects responses from a list of urls that are passed in.
GetURL gets a url, and logs the time it took.

# Structs

CrawlError is our custom error type for aggregating errors.