Javier

Results 4 comments of Javier

Hi Sergio Thanks for your answer but I am affraid it is not working. I mean, if I define my route as router.GET("/customer/account/detail", myHandler.customerAccountDetailHandler) and the try to call my...

Hi In the main func I have this: ``` // Used to pass a DB as a parameter myHandler := &MyHandler{ myDB: db, } // Set a router mux router...

Hi Yes, it worked fine. Thanks! Should I expect a worst performance by using that instead of fasthttprouter? J