Skip to content

Commit

Permalink
notes file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbubel committed Jul 6, 2024
1 parent da0a19d commit 813dd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Options handler
Handle railing slash
1 change: 1 addition & 0 deletions intake.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Intake struct {
OptionsHandlerFunc http.HandlerFunc
}


func New() *Intake {
return &Intake{
GlobalMiddleware: make([]MiddleWare, 0, 0),
Expand Down

0 comments on commit 813dd6d

Please sign in to comment.