Hi
First of all thank you for creating, and maintaining this amazing package.
I noticed that gin is implementing go_json during my inspecting the internal/json directory among other implementations, but only the standard json file is imported/used. is there a way to force using go_json or importing it instead of json, or am i missing something ?
Thank you.
Comment From: DarkHeros09
i just found my answer in the documentation.
using the tag go_json with the build command.
go build -tags=go_json
sorry, and thank you.