mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +08:00
add sync.Pool to manager JSON,XML,YAML,ProtoBuf,MsgPack Render object. we can move JSON,XML,YAML,ProtoBuf,MsgPack Render implement to sub-module in Gin or other repository module based on this change.
10 lines
90 B
Plaintext
10 lines
90 B
Plaintext
vendor/*
|
|
!vendor/vendor.json
|
|
coverage.out
|
|
count.out
|
|
test
|
|
profile.out
|
|
tmp.out
|
|
.idea/
|
|
*.iml
|