Update README.md

Distinguish between group and nested group
This commit is contained in:
linzi 2022-03-16 23:03:46 +08:00 committed by GitHub
parent 3973c77263
commit f07cae0141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,6 +513,7 @@ func main() {
// nested group
testing := authorized.Group("testing")
// visited 0.0.0.0:8080/testing/analytics
testing.GET("/analytics", analyticsEndpoint)
}