Files
sundynix-go/router/enter.go
T
2025-04-26 22:41:16 +08:00

13 lines
152 B
Go

package router
import (
"sundynix-go/router/system"
)
var GroupApp = new(Group)
// Group 路由组
type Group struct {
System system.RouterGroup
}