Jsoniter

jsoniter でビルドする

Gin はデフォルトの json パッケージとして encoding/json を使っていますが、他のタグからビルドすることで、jsoniter を使うこともできます。

$ go build -tags=jsoniter .