Tweak example indent

This commit is contained in:
Kamil Kisiel
2013-03-25 15:02:51 -07:00
parent 36205eb8f1
commit b9f42e6d55

2
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: