This commit is contained in:
Manu Mtz-Almeida 2015-06-07 04:26:30 +02:00
parent 45dd777693
commit c7d2d82d01
2 changed files with 9 additions and 9 deletions

View File

@ -181,7 +181,7 @@ func compareFunc(t *testing.T, a, b interface{}) {
}
func TestListOfRoutes(t *testing.T) {
handler := func(c *Context){}
handler := func(c *Context) {}
router := New()
router.GET("/favicon.ico", handler)
router.GET("/", handler)