//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter09
waitgroup
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
57 SLOC
#
Packages
example
No description provided by the author
#
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.