Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Protobuf format response and unit test #1479

Merged
merged 25 commits into from
Aug 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5682f53
Add support for Protobuf format response
salamer Aug 12, 2018
42dd325
add TestRenderProtoBuf
salamer Aug 12, 2018
11e1ba3
add protobuf render test
salamer Aug 18, 2018
1aa0e18
chore: add return or remove else for reduce indent (#1470)
thinkerou Aug 12, 2018
7d89b71
improve utils code coverage (#1473)
thinkerou Aug 12, 2018
df04038
improve render code coverage (#1474)
thinkerou Aug 12, 2018
a712509
unify test data (#1417)
thinkerou Aug 12, 2018
9ce5f61
docs: remove double negative in README.md (#1480)
awulkan Aug 12, 2018
85d33ff
chore: use http.Status* instead of hard code (#1482)
thinkerou Aug 14, 2018
06d50f1
add issue and pull request template explain (#1483)
thinkerou Aug 14, 2018
a190c8b
docs: add changelog for v1.3.0, update authors and version const (#1478)
javierprovecho Aug 14, 2018
95fdb35
Fix typo in readme (#1490)
houjunchen Aug 15, 2018
3cce9fb
chore: upgrade dependency library version (#1491)
thinkerou Aug 16, 2018
4e28f1e
Add BindXML AND ShouldBindXML #1484 (#1485)
syssam Aug 17, 2018
64ecab2
Set default time format in form binding (#1487)
lokhman Aug 17, 2018
b62f951
readme: fix users link (#1493)
easonlin404 Aug 17, 2018
6af1a17
Fix typo in README [ci skip] (#1492)
crispgm Aug 17, 2018
65a97e1
Update readme about the version of gin (#1494)
chainhelen Aug 17, 2018
b6cb77e
add full protobuf rendering test
salamer Aug 18, 2018
86fe335
fixed typo
salamer Aug 18, 2018
8ba804b
fixed missed code
salamer Aug 18, 2018
75aa0c0
filled test
salamer Aug 18, 2018
5be19bd
update annotation of protobuf
salamer Aug 18, 2018
e51d726
add some protobuf rendering examples in README, add some tests and up…
salamer Aug 18, 2018
47a973a
update the README code annotations, make it more clear
salamer Aug 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in README [ci skip] (#1492)
  • Loading branch information
crispgm authored and salamer committed Aug 18, 2018
commit 6af1a17970c91d8244db41d0dd861347edecaa2e
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ BenchmarkVulcan_GithubAll | 5000 | 394253 | 19894

## Build with [jsoniter](https://github.com/json-iterator/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.
Gin uses `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 .
Expand Down