Go to file
2024-05-26 02:49:16 +02:00
app cleanup tests 2024-05-26 02:43:27 +02:00
.gitattributes init [skip ci] 2024-05-24 20:03:55 +00:00
codecrafters.yml init [skip ci] 2024-05-24 20:03:55 +00:00
go.mod init [skip ci] 2024-05-24 20:03:55 +00:00
go.sum init [skip ci] 2024-05-24 20:03:55 +00:00
README.md update readme 2024-05-26 02:49:16 +02:00
your_server.sh init [skip ci] 2024-05-24 20:03:55 +00:00

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