enter.go.tpl 105 B

12345678
  1. package router
  2. type RouterGroup struct {
  3. {{ .PlugName}}Router
  4. }
  5. var RouterGroupApp = new(RouterGroup)