Browse Source

Merge pull request #60 from roylee17/gofmt

gofmt
pull/64/head
Kamil Kisiel 12 years ago
parent
commit
14cafe2851
  1. 1
      old_test.go

1
old_test.go

@ -490,7 +490,6 @@ func TestPathMatcher(t *testing.T) { @@ -490,7 +490,6 @@ func TestPathMatcher(t *testing.T) {
}
}
func TestSchemeMatcher(t *testing.T) {
for _, v := range schemeMatcherTests {
request, _ := http.NewRequest("GET", v.url, nil)

Loading…
Cancel
Save