package router import ( "byg-backend/router/example" "byg-backend/router/system" ) var RouterGroupApp = new(RouterGroup) type RouterGroup struct { System system.RouterGroup Example example.RouterGroup }