@@ -9,7 +9,7 @@ import (
func main() {
r := gin.Default()
- // 路由分组111
+ // 路由分组
gr := r.Group("/goods")
gropt := gr.Group("/goodsopt")
{