package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/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.