How do I achieve the following with Gin
router.GET("/: userHandle/*userAction", func(c *gin.Context) {
}
panic: wildcard route ': userHandle' conflicts with existing children in path '/:userHandle'
Anybody there? 36K stars!!!!! My ass.
See the comment https://github.com/gin-gonic/gin/issues/2016#issuecomment-523204888
Most helpful comment
Anybody there? 36K stars!!!!! My ass.