JM-WechatMini/resource/plug_template/router/enter.go.tpl
2023-11-02 04:34:46 +08:00

8 lines
105 B
Smarty

package router
type RouterGroup struct {
{{ .PlugName}}Router
}
var RouterGroupApp = new(RouterGroup)