Skip to content

Commit 813dd6d

Browse files
committed
notes file
1 parent da0a19d commit 813dd6d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

checklist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Options handler
2+
Handle railing slash

intake.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type Intake struct {
2020
OptionsHandlerFunc http.HandlerFunc
2121
}
2222

23+
2324
func New() *Intake {
2425
return &Intake{
2526
GlobalMiddleware: make([]MiddleWare, 0, 0),

0 commit comments

Comments
 (0)