One of codecrafters.io challenges. This is my small hobby.
Hmmm, just... Build your own HTTP server, that's all 😀 More information you could fine in the challenge description.
go version
# go version go1.24.X
just --version
# just 1.40.0PROJECT_ROOT=codecrafters-http-server-go
git clone https://github.com/therenotomorrow/codecrafters-http-server-go.git "$PROJECT_ROOT"
cd "$PROJECT_ROOT"
just # enjoy