Skip to content

Commit

Permalink
Update ch5-03-middleware.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoK996 authored Nov 28, 2018
1 parent 16c4ea8 commit 71af00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch5-web/ch5-03-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ r.Add("/", helloHandler)
type middleware func(http.Handler) http.Handler

type Router struct {
middlewareChain [] func(http.Handler) http.Handler
middlewareChain [] middleware
mux map[string] http.Handler
}

Expand Down

0 comments on commit 71af00a

Please sign in to comment.