Documentation ¶
Index ¶
Constants ¶
View Source
const ( TOY_LAYOUT_REPO_GITHUB = "https://github.com/yafgo/toy-layout.git" TOY_LAYOUT_REPO_GITEE = "https://gitee.com/go_toy/toy-layout.git" )
View Source
const ( YAFGO_REPO_GITHUB = "https://github.com/yafgo/yafgo.git" YAFGO_REPO_GITEE = "https://gitee.com/yafgo/yafgo.git" )
View Source
const (
GORAVEL_REPO_GITHUB = "https://github.com/goravel/goravel.git"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TplGoravel ¶
type TplGoravel struct {
// contains filtered or unexported fields
}
func (*TplGoravel) MakeProject ¶
func (rp *TplGoravel) MakeProject(name string) (err error)
MakeProject
name: like "github.com/you/project" or "my_project"
func (*TplGoravel) Name ¶
func (rp *TplGoravel) Name() string
type TplToyLayout ¶
type TplToyLayout struct {
// contains filtered or unexported fields
}
func (*TplToyLayout) MakeProject ¶
func (rp *TplToyLayout) MakeProject(name string) (err error)
MakeProject
name: like "github.com/you/project" or "my_project"
func (*TplToyLayout) Name ¶
func (rp *TplToyLayout) Name() string
Click to show internal directories.
Click to hide internal directories.