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
Remove blank line to fix docs for Route.Queries
The presence of a blank line was preventing the documentation from appearing in godoc.
Peter Waller
12 years ago
parent
14cafe2851
commit
8f1a419c38
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
route.go
+ 0
- 1
route.go
View File
@ -326,7 +326,6 @@ func (r *Route) PathPrefix(tpl string) *Route {
// - {name} matches anything until the next slash.
//
// - {name:pattern} matches the given regexp pattern.
func
(
r
*
Route
)
Queries
(
pairs
...
string
)
*
Route
{
length
:=
len
(
pairs
)
if
length
%
2
!=
0
{
Write
Preview
Loading…
Cancel
Save