Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnp committed Jun 9, 2021
1 parent b56de68 commit 521203b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router_test.go
Expand Up @@ -81,6 +81,7 @@ func TestRouterAPI(t *testing.T) {
httpHandler := handlerStruct{&handler}

router := New()

router.GET("/GET", func(w http.ResponseWriter, r *http.Request, _ Params) {
get = true
})
Expand Down

0 comments on commit 521203b

Please sign in to comment.