``` go router.GET("/api/test/basic_data_set_link", control.GetBasicDataSetLink()) router.GET("/api/:user_id/requestedgroups", control.GetRequestedGroups()) ``` the above two lines conflict, and cause panic. but it seems no problem. so, what's wrong with my code ?? thanks.