From b9f42e6d55989960ba207c48c8796e1eb9300433 Mon Sep 17 00:00:00 2001 From: Kamil Kisiel Date: Mon, 25 Mar 2013 15:02:51 -0700 Subject: [PATCH] Tweak example indent --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index d6c5979..8ee5540 100644 --- a/doc.go +++ b/doc.go @@ -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: