//
pkg.gl
Category
github.com/reza-mirjahanian/learn_golang
Old
go-with-test
concurrency
v2
package
0.0.0-20241022201101-f4b3a44bd789
Repository:
https://github.com/reza-mirjahanian/learn_golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
26 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.