Skip to content

cupcakearmy/codecrafters-http-server-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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