From 1fdcc388e709c859b7688067be2f7774b38f1060 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 23 Apr 2016 00:54:26 +0800 Subject: [PATCH] complete help iss --- apiapp.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apiapp.go b/apiapp.go index 5d24e55..9186f8e 100644 --- a/apiapp.go +++ b/apiapp.go @@ -50,6 +50,9 @@ the following files/directories structure: │   └── user_controller.go ├── docs │   └── doc.go + ├── helpers + │   ├── object_helper.go + │   └── user_helper.go ├── main.go ├── models │   ├── object.go @@ -57,6 +60,8 @@ the following files/directories structure: ├── routers │   └── router.go ├── structures + │   ├── object_structure.go + │   └── user_structure.go └── tests └── default_test.go