This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Tweak example indent
Kamil Kisiel
13 years ago
parent
36205eb8f1
commit
b9f42e6d55
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
Write
Preview
Loading…
Cancel
Save