JM-WechatMini/resource/plug_template/router/enter.go.tpl

8 lines
105 B
Smarty
Raw Normal View History

2023-11-02 04:34:46 +08:00
package router
type RouterGroup struct {
{{ .PlugName}}Router
}
var RouterGroupApp = new(RouterGroup)