mirror of
https://github.com/beego/bee.git
synced 2024-11-23 22:10:54 +00:00
#1 fix create conf
This commit is contained in:
parent
43a508309b
commit
714bd493fe
@ -87,9 +87,9 @@ func createapp(cmd *Command, args []string) {
|
|||||||
fmt.Println("create conf:", path.Join(apppath, "conf"))
|
fmt.Println("create conf:", path.Join(apppath, "conf"))
|
||||||
os.Mkdir(path.Join(apppath, "controllers"), 0755)
|
os.Mkdir(path.Join(apppath, "controllers"), 0755)
|
||||||
fmt.Println("create controllers:", path.Join(apppath, "controllers"))
|
fmt.Println("create controllers:", path.Join(apppath, "controllers"))
|
||||||
os.Mkdir(path.Join(apppath, "conf"), 0755)
|
|
||||||
fmt.Println("create models:", path.Join(apppath, "models"))
|
|
||||||
os.Mkdir(path.Join(apppath, "models"), 0755)
|
os.Mkdir(path.Join(apppath, "models"), 0755)
|
||||||
|
fmt.Println("create models:", path.Join(apppath, "models"))
|
||||||
|
os.Mkdir(path.Join(apppath, "static"), 0755)
|
||||||
fmt.Println("create static:", path.Join(apppath, "static"))
|
fmt.Println("create static:", path.Join(apppath, "static"))
|
||||||
os.Mkdir(path.Join(apppath, "static", "js"), 0755)
|
os.Mkdir(path.Join(apppath, "static", "js"), 0755)
|
||||||
fmt.Println("create static js:", path.Join(apppath, "static", "js"))
|
fmt.Println("create static js:", path.Join(apppath, "static", "js"))
|
||||||
|
Loading…
Reference in New Issue
Block a user