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

364 B

progress-banner

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