From 606e950ea3660b600a7612c9de86edf4f3a99c81 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sun, 14 May 2017 15:51:27 +0800 Subject: [PATCH] Fix some md error --- README.md | 2 +- zh/05.5.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f228f67f..0eaa7f7a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ QQ群:148647580 BBS:[http://golanghome.com/](http://gocn.io/) -##Contributors +## Contributors - See [contributors page](https://github.com/astaxie/build-web-application-with-golang/graphs/contributors) for full list of contributors. diff --git a/zh/05.5.md b/zh/05.5.md index d474eb6f..f9d1d5ca 100644 --- a/zh/05.5.md +++ b/zh/05.5.md @@ -400,7 +400,7 @@ GroupBy:用来指定进行groupby的字段 Having:用来指定having执行的时候的条件 -##使用原生sql +## 使用原生sql 简单示例: