Incomplete Go code written to ping a few dozen wesites.
Complete: iterate through websites and ping them using Go's built-in http library.
Incomplete:
- Connect to database.
- Categorize ping reponses and record them into a database.
- Handle timeout errors.
- Handle too many redirect errors.
- Handle other types of errors.
- Any kind of display of data or insights.