Build with jsoniter

Gin use encoding/json as default json package but you can change to jsoniter by build from other tags.

  1. $ go build -tags=jsoniter .