浏览 258
分享
Build with jsoniter
Gin use encoding/json
as default json package but you can change to jsoniter by build from other tags.
$ go build -tags=jsoniter .
评论列表