//
pkg.gl
Category
github.com/andmorefine/learn-go-with-tests
concurrency
v1
package
0.0.0-20220306230435-d011049cb241
Repository:
https://github.com/andmorefine/learn-go-with-tests.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
23 SLOC
#
Functions
CheckWebsite
CheckWebsite returns true if the URL returns a 200 status code, false otherwise.
CheckWebsites
CheckWebsites takes a WebsiteChecker and a slice of urls and returns a map.
#
Type aliases
WebsiteChecker
WebsiteChecker checks a url, returning a bool.