Hi all, for this article, I will keep note of how to use router group in Gin.
What is Router Group
Router Group is a function to extract routers for each group.
For example, if there are 2 features of the API, we can use Router Group to separate routers to another file and split the routers by features.