Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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/