# go-http-log Extremely basic Golang HTTP server that outputs all incoming requests ### Usage 1. [Install latest version of Go.](https://go.dev/doc/install) 2. Clone this repo and simply run the main.go file ```shell go run main.go ```