//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter10
internal
waitgroup
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
58 SLOC
#
Functions
Crawl
Crawl collects responses from a list of urls that are passed in.
GetURL
GetURL gets a url, and logs the time it took.
#
Structs
CrawlError
CrawlError is our custom error type for aggregating errors.