codecrafters-http-server-go/README.md
2024-05-26 02:49:16 +02:00

12 lines
364 B
Markdown

[![progress-banner](https://backend.codecrafters.io/progress/http-server/6d10943a-e02a-40f9-9e3b-e2461bba402a)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
Finished solutions to the "Build your own HTTP server" in go. With additional, own tests.
```bash
# Start locally to test manually with CURL
./your_server.sh
# Run tests
go test ./app -v
```