2025-06-21 00:54:48 +08:00

8 lines
96 B
Go

package router
type RouterGroup struct {
EmailRouter
}
var RouterGroupApp = new(RouterGroup)