1
0
mirror of https://github.com/beego/bee.git synced 2025-07-01 12:20:17 +00:00

complete help iss

This commit is contained in:
Dylan
2016-04-23 00:54:26 +08:00
parent 150dc71c41
commit 1fdcc388e7

View File

@ -50,6 +50,9 @@ the following files/directories structure:
│   └── user_controller.go │   └── user_controller.go
├── docs ├── docs
│   └── doc.go │   └── doc.go
├── helpers
│   ├── object_helper.go
│   └── user_helper.go
├── main.go ├── main.go
├── models ├── models
│   ├── object.go │   ├── object.go
@ -57,6 +60,8 @@ the following files/directories structure:
├── routers ├── routers
│   └── router.go │   └── router.go
├── structures ├── structures
│   ├── object_structure.go
│   └── user_structure.go
└── tests └── tests
└── default_test.go └── default_test.go