gin/render
田欧 85f3e78abc chore: remove else instead of return/continue (#1502)
As[ Effective Go](https://golang.org/doc/effective_go.html?#if) about `if` said, remove else statement instead of return/continue statement.
2018-08-20 21:49:24 +08:00
..
data.go update comment (#1057) 2017-08-16 11:55:50 +08:00
html.go Empty string check (#1101) 2017-09-29 00:22:35 +08:00
json_17.go Add PureJSON renderer (#694) 2018-08-20 15:15:31 +08:00
json.go chore: remove else instead of return/continue (#1502) 2018-08-20 21:49:24 +08:00
msgpack.go render: update msgpack usage (#1498) 2018-08-19 22:14:02 +08:00
protobuf.go not use protobuf on context but use it on render (#1496) 2018-08-19 17:39:58 +08:00
reader.go chore: add missing copyright and update if/else (#1497) 2018-08-19 22:52:43 +08:00
redirect.go chore: use http.Status* instead of hard code (#1482) 2018-08-14 09:51:56 +08:00
render_17_test.go Add PureJSON renderer (#694) 2018-08-20 15:15:31 +08:00
render_test.go Add PureJSON renderer (#694) 2018-08-20 15:15:31 +08:00
render.go not use protobuf on context but use it on render (#1496) 2018-08-19 17:39:58 +08:00
text.go chore: add missing copyright and update if/else (#1497) 2018-08-19 22:52:43 +08:00
xml.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00
yaml.go Fix #198 (#781) 2017-01-09 16:24:48 +01:00