Skip to content

Commit

Permalink
Distinguish between group and nested group (gin-gonic#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipmunktail authored and daheige committed Apr 18, 2022
1 parent 1828c8a commit e836483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ func main() {

// nested group
testing := authorized.Group("testing")
// visit 0.0.0.0:8080/testing/analytics
testing.GET("/analytics", analyticsEndpoint)
}

Expand Down

0 comments on commit e836483

Please sign in to comment.