Basic Example This example shows the most basic usage of the deliver package. It starts a server on port 8080 and responds with "OK" to requests on the root path (/). How to Run go run basic.go How to Use curl http://localhost:8080/