SIGN IN SIGN UP
gin-gonic / gin UNCLAIMED

Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.

0 0 0 Go

ci(lint): refactor test assertions and linter configuration (#4436)

- Update golangci-lint GitHub Action version from v2.1.6 to v2.6
- Remove the gci formatter and exclusions for third_party, builtin, and examples from the linter config
- Fix argument order for assert.EqualValues and assert.Exactly in context tests for clarity
- Refactor integration tests to build response strings using strings.Builder instead of direct concatenation for improved performance and readability

Signed-off-by: appleboy <[email protected]>
B
Bo-Yi Wu committed
fb27ef26c2fdfe25344b4c039d8a53551f9e912c
Parent: 19c2d5c
Committed by GitHub <[email protected]> on 11/15/2025, 11:21:42 AM