mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-05 15:12:36 +08:00
golangci-lint's testifylint rule flags comparing two JSON strings with assert.Equal, so switch to assert.JSONEq to satisfy CI.
golangci-lint's testifylint rule flags comparing two JSON strings with assert.Equal, so switch to assert.JSONEq to satisfy CI.