diff --git a/checklist.md b/checklist.md new file mode 100644 index 0000000..77908df --- /dev/null +++ b/checklist.md @@ -0,0 +1,2 @@ +Options handler +Handle railing slash diff --git a/intake.go b/intake.go index 4efb800..55f4410 100644 --- a/intake.go +++ b/intake.go @@ -20,6 +20,7 @@ type Intake struct { OptionsHandlerFunc http.HandlerFunc } + func New() *Intake { return &Intake{ GlobalMiddleware: make([]MiddleWare, 0, 0),