package
0.0.0-20241022201101-f4b3a44bd789
Repository: https://github.com/reza-mirjahanian/learn_golang.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.