Browse Source

Merge pull request #67 from pwaller/patch-1

Remove blank line to fix docs for  Route.Queries
pull/71/head
Kamil Kisiel 12 years ago
parent
commit
4b8fbc56f3
  1. 1
      route.go

1
route.go

@ -326,7 +326,6 @@ func (r *Route) PathPrefix(tpl string) *Route { @@ -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 {

Loading…
Cancel
Save