Move to nolwn account.
This commit is contained in:
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
||||
module github.com/jr-dev-league/go-router
|
||||
module github.com/nolwn/go-router
|
||||
|
||||
go 1.15
|
||||
|
@ -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
|
||||
|
@ -344,6 +344,4 @@ func testOutcome(message string, t *testing.T) {
|
||||
}
|
||||
|
||||
fmt.Printf("\t%s %s\n", status, message)
|
||||
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user