From f07cae0141fa2bdac7d9085473b66dfc780f0ea8 Mon Sep 17 00:00:00 2001 From: linzi <873804682@qq.com> Date: Wed, 16 Mar 2022 23:03:46 +0800 Subject: [PATCH] Update README.md Distinguish between group and nested group --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3d6ab2f..4e8dce8d 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,7 @@ func main() { // nested group testing := authorized.Group("testing") + // visited 0.0.0.0:8080/testing/analytics testing.GET("/analytics", analyticsEndpoint) }