Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachrey committed Jul 9, 2018
1 parent 2c1f58d commit 4428935
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Expand Up @@ -50,18 +50,18 @@ go run main.go --help
> 如果go 项目中有些依赖包下载不下来,建议翻墙或者去github找相应的库,然后将它clone到你的src/github文件夹相应路劲下。
## 项目结构
.
├── cmd // 命令行工具
├── controllers // 控制器
├── database // 数据库连接,配置等
├── front_web // react前端内容
├── models // 数据库相关表的操作模板
├── posts // 存放上传的文章
├── routers // 路由
├── static // 静态文件资源,前端打包后就可以打包放到这里面
├── gin.log // web运行日志
├── main.go // 程序入口
├── README.md
└── vendor

欢迎讨论和star
.
├── cmd // 命令行工具
├── controllers // 控制器
├── database // 数据库连接,配置等
├── front_web // react前端内容
├── models // 数据库相关表的操作模板
├── posts // 存放上传的文章
├── routers // 路由
├── static // 静态文件资源,前端打包后就可以打包放到这里面
├── gin.log // web运行日志
├── main.go // 程序入口
├── README.md
└── vendor
欢迎讨论和star

0 comments on commit 4428935

Please sign in to comment.