package cmd

import (
    "github.com/gogf/gf/v2/frame/g"
)

type Main struct {
    g.Meta `name:"main"`
}
