mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
package router
|
|
|
|
type RouterGroup struct {
|
|
NotifyRouter
|
|
}
|
|
|
|
var RouterGroupApp = new(RouterGroup)
|