3
0
mirror of https://github.com/gin-gonic/gin.git synced 2025-04-06 03:57:46 +08:00

9 Commits

Author SHA1 Message Date
thinkerou
1e1f0b1e76
chore: support min go version 1.18 ()
* chore: min go version 1.18

* fix build tag error

* remove build tag

* fix word

* remove any.go

* replace interface{} instead of any
2023-03-01 10:03:48 +08:00
thinkerou
4b68a5f12a
chore: update go.mod and remove space from copyright ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-28 10:42:28 +08:00
thinkerou
2bde107686
test support go1.18 () 2022-03-21 09:43:17 +08:00
ziheng
f2bbdfe9f2
Use buf.String() instead of string(buf.Bytes()) () 2021-06-25 12:14:06 +08:00
thinkerou
ed6f85c478
build: convert to go:build directives () 2021-03-27 09:09:44 +08:00
Antoine GIRARD
fd8a65b252 Add build tag nomsgpack ()
* add build tag nomsgpack

* Update copyright

* Update copyright
2020-01-07 11:31:10 +08:00
田欧
d510595aa5 chore: add some annotations ()
ref:  
because I am not a native English, maybe have a bit problem.
2018-09-15 10:23:32 +08:00
田欧
32b58e0fd2 render: update msgpack usage ()
please see msgpack usage: https://github.com/ugorji/go/tree/master/codec#usage
2018-08-19 22:14:02 +08:00
Harindu Perera
5be2123c1a Added support for MessagePack binding and rendering ()
Added deps to vendor.json and fixed rendering bug
2017-02-23 22:08:37 +08:00