This is just a simple webserver written in Go
This server allows the user to print a name to the webpage when queried
The output is printed in JSON Format (e.g. {"name":"theo-commits"})
To do this edit the url to read: localhost:3000/?name=theo-commits
This repo primarily serves as a testing ground for various CI/CD tools