I needed a simple HTTP server that would take a long time to serve responses
go run slow-server.go
http://localhost:3000/ # Usage example /foo/5
http://localhost:3000/pugs # I love pugs! (no delay)
http://localhost:3000/pugs/5 # I love pugs! (delayed by 5 seconds)