goweb-gin-demo/api/enter.go

12 lines
152 B
Go

package api
import (
"github.com/ymm135/goweb-gin-demo/api/web"
)
type ApiGroup struct {
ApiGroup web.ApiGroup
}
var ApiGroupApp = new(ApiGroup)