Browse Source

Tweak example indent

pull/28/merge
Kamil Kisiel 13 years ago
parent
commit
b9f42e6d55
  1. 2
      doc.go

2
doc.go

@ -89,7 +89,7 @@ There are several other matchers that can be added. To match path prefixes: @@ -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