From d40a327f066dc9cb392c651fce662827fa24b13c Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Fri, 29 Aug 2014 15:47:21 +0800 Subject: [PATCH] no big deal --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 51e1d40..b72f19a 100644 --- a/README.md +++ b/README.md @@ -56,24 +56,24 @@ Creating a new beego web application is no big deal, too. ```bash $ bee new myapp [INFO] Creating application... -/home/zheng/gopath/src/bee/myapp/ -/home/zheng/gopath/src/bee/myapp/conf/ -/home/zheng/gopath/src/bee/myapp/controllers/ -/home/zheng/gopath/src/bee/myapp/models/ -/home/zheng/gopath/src/bee/myapp/routers/ -/home/zheng/gopath/src/bee/myapp/tests/ -/home/zheng/gopath/src/bee/myapp/static/ -/home/zheng/gopath/src/bee/myapp/static/js/ -/home/zheng/gopath/src/bee/myapp/static/css/ -/home/zheng/gopath/src/bee/myapp/static/img/ -/home/zheng/gopath/src/bee/myapp/views/ -/home/zheng/gopath/src/bee/myapp/conf/app.conf -/home/zheng/gopath/src/bee/myapp/controllers/default.go -/home/zheng/gopath/src/bee/myapp/views/index.tpl -/home/zheng/gopath/src/bee/myapp/routers/router.go -/home/zheng/gopath/src/bee/myapp/tests/default_test.go -/home/zheng/gopath/src/bee/myapp/main.go -2014/08/29 15:38:59 [SUCC] New application successfully created! +/home/zheng/gopath/src/myapp/ +/home/zheng/gopath/src/myapp/conf/ +/home/zheng/gopath/src/myapp/controllers/ +/home/zheng/gopath/src/myapp/models/ +/home/zheng/gopath/src/myapp/routers/ +/home/zheng/gopath/src/myapp/tests/ +/home/zheng/gopath/src/myapp/static/ +/home/zheng/gopath/src/myapp/static/js/ +/home/zheng/gopath/src/myapp/static/css/ +/home/zheng/gopath/src/myapp/static/img/ +/home/zheng/gopath/src/myapp/views/ +/home/zheng/gopath/src/myapp/conf/app.conf +/home/zheng/gopath/src/myapp/controllers/default.go +/home/zheng/gopath/src/myapp/views/index.tpl +/home/zheng/gopath/src/myapp/routers/router.go +/home/zheng/gopath/src/myapp/tests/default_test.go +/home/zheng/gopath/src/myapp/main.go +2014/08/29 15:45:47 [SUCC] New application successfully created! ```