Finished solutions to the "Build your own HTTP server" in go. With additional, own tests. # Start locally to test manually with CURL ./your_server.sh # Run tests go test ./app -v