Browse Source

Tweak example indent

Kamil Kisiel 13 years ago
parent
commit
b9f42e6d55
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc.go

+ 1
- 1
doc.go View File

@ -89,7 +89,7 @@ There are several other matchers that can be added. To match path prefixes:
r.MatcherFunc(func(r *http.Request, rm *RouteMatch) bool {
return r.ProtoMajor == 0
})
})
...and finally, it is possible to combine several matchers in a single route:


Loading…
Cancel
Save