Update README.md

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

View File

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