Documentation ¶
Index ¶
Constants ¶
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 ¶
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"
Click to show internal directories.
Click to hide internal directories.