Derek Wood Software Engineer - Cloud, Web, AI - All work and code cleared for public release.

Multi-threaded Status Checker (Golang)

Multithreaded Status Checker

This project shows my understanding of multithreading using the Golang. 5 threads are spawned where each thread performs a GET request on the server in question (Google/Facebook). The status is returned to the original main thread.