fix(docs): markdown format.

This commit is contained in:
Bo-Yi Wu 2017-07-18 08:52:50 +08:00
parent f057548d7f
commit 9211ab7377

View File

@ -144,7 +144,7 @@ $ go run main.go
Gin use `encoding/json` as default json package but you can change to [jsoniter](https://github.com/json-iterator/go) by build from other tags.
```
```sh
$ go build -tags=jsoniter .
```