Skip to content

Commit

Permalink
add sf-13
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycjy committed Jun 2, 2018
1 parent 244f06d commit 161bbf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ $ go get github.com/EDDYCJY/go-gin-example

## How to run

### Required

- Redis

### Ready

Create a **blog database** and import [SQL](https://github.com/EDDYCJY/go-gin-example/blob/master/docs/sql/blog.sql)
Expand Down
5 changes: 5 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Gin实践 连载十 定制 GORM Callbacks](https://segmentfault.com/a/1190000014393602)
- [Gin实践 连载十一 Cron定时任务](https://segmentfault.com/a/1190000014666453)
- [Gin实践 连载十二 优化配置结构及实现图片上传](https://segmentfault.com/a/1190000015051346)
- [Gin实践 连载十三 优化你的应用结构和实现Redis缓存](https://segmentfault.com/a/1190000015140508)
- [Gin实践 番外 Golang交叉编译](https://segmentfault.com/a/1190000013989448)

## 安装
Expand All @@ -27,6 +28,10 @@ $ go get github.com/EDDYCJY/go-gin-example

## 如何运行

### 必须

- Redis

### 准备

创建一个 `blog` 数据库,并且导入建表的 [SQL](https://github.com/EDDYCJY/go-gin-example/blob/master/docs/sql/blog.sql)
Expand Down

0 comments on commit 161bbf0

Please sign in to comment.