Website Status Checker
First project in Golang.
Makes use of goRoutines and channels to concurrently ping a list of websites at 5 second intervals. Outputs a string indicating whether the website is currently active or not.
Golang Practice. Uses goroutines to periodically check the status of websites.
First project in Golang.
Makes use of goRoutines and channels to concurrently ping a list of websites at 5 second intervals. Outputs a string indicating whether the website is currently active or not.
Golang Practice. Uses goroutines to periodically check the status of websites.