Move to nolwn account.

This commit is contained in:
2021-07-19 21:13:03 -07:00
parent 19d616162f
commit d5c2c1ddf2
3 changed files with 1 additions and 5 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/jr-dev-league/go-router
module github.com/nolwn/go-router
go 1.15

View File

@ -138,8 +138,6 @@ func (r Router) ServeHTTP(w http.ResponseWriter, req *http.Request) {
}
handler.ServeHTTP(w, req)
return
}
// PathParams takes a path and returns the values for any path parameters

View File

@ -344,6 +344,4 @@ func testOutcome(message string, t *testing.T) {
}
fmt.Printf("\t%s %s\n", status, message)
return
}