package
0.0.0-20220306230435-d011049cb241
Repository: https://github.com/andmorefine/learn-go-with-tests.git
Documentation: pkg.go.dev

# Functions

CheckWebsite returns true if the URL returns a 200 status code, false otherwise.
CheckWebsites takes a WebsiteChecker and a slice of urls and returns a map.

# Type aliases

WebsiteChecker checks a url, returning a bool.