Skip to content

Commit

Permalink
Tweak example indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kisielk committed Mar 25, 2013
1 parent 36205eb commit b9f42e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9f42e6

Please sign in to comment.