Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bee.md #192

Closed
pandalibin opened this issue Apr 29, 2015 · 3 comments
Closed

Update bee.md #192

pandalibin opened this issue Apr 29, 2015 · 3 comments

Comments

@pandalibin
Copy link
Contributor

No description provided.

@pandalibin
Copy link
Contributor Author

fix the description of project files tree created by bee.
myproject
├── conf
│ └── app.conf
├── controllers
│ └── default.go
├── main.go
├── models
├── routers
│ └── router.go
├── static
│ ├── css
│ ├── img
│ └── js
└── views
└── index.tpl

8 directories, 4 files

@pandalibin
Copy link
Contributor Author

It should be like:
fix the description of project files tree created by bee.
myproject
├── conf
│ └── app.conf
├── controllers
│ └── default.go
├── main.go
├── models
├── routers
│ └── router.go
├── static
│ ├── css
│ ├── img
│ └── js
│ ── tests
│ └── default_tests.go
└── views
└── index.tpl

@pandalibin
Copy link
Contributor Author

the command is: bee new myproject
version is:
bee :1.2.4
beego: 1.4.3
go: go1.4.2

astaxie added a commit that referenced this issue Apr 29, 2015
fix #192 the description of projct files tree created by bee.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant