Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 392 Bytes

gibraltar

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:

  1. Connect to database.
  2. Categorize ping reponses and record them into a database.
  3. Handle timeout errors.
  4. Handle too many redirect errors.
  5. Handle other types of errors.
  6. Any kind of display of data or insights.