This commit is contained in:
2025-10-21 20:55:29 +08:00
parent 37037acac9
commit 625beff086
13 changed files with 568 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
package routers
import "github.com/gin-gonic/gin"
func Root(r *gin.RouterGroup) {
}