goweb-gin-demo/api/enter.go

12 lines
134 B
Go
Raw Normal View History

2021-10-29 14:39:50 +08:00
package api
import (
2021-10-29 14:44:41 +08:00
"goweb-gin-demo/api/web"
2021-10-29 14:39:50 +08:00
)
type ApiGroup struct {
ApiGroup web.ApiGroup
}
var ApiGroupApp = new(ApiGroup)