Browse Source

Merge pull request #35 from JulienSchmidt/patch-1

Fix typo
Kamil Kisiel 12 years ago
parent
commit
b08c5fcf14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mux.go

+ 1
- 1
mux.go View File

@ -46,7 +46,7 @@ type Router struct {
namedRoutes map[string]*Route namedRoutes map[string]*Route
// See Router.StrictSlash(). This defines the flag for new routes. // See Router.StrictSlash(). This defines the flag for new routes.
strictSlash bool strictSlash bool
// If true, do not clear the the request context after handling the request
// If true, do not clear the request context after handling the request
KeepContext bool KeepContext bool
} }


Loading…
Cancel
Save