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.

test(gin): Add comprehensive test coverage for ginS package (#4442)

* test(ginS): add comprehensive test coverage for ginS package

Improve test coverage for ginS package by adding 18 test functions covering HTTP methods, routing, middleware, static files, and templates.

* use http.Method* constants instead of raw strings in gins_test.go

* copyright updated in gins_test.go

---------

Co-authored-by: Bo-Yi Wu <[email protected]>
M
Milad committed
c358d5656d0feb8b310d4ec379bccde46ccc8cc7
Parent: 771dcc6
Committed by GitHub <[email protected]> on 11/27/2025, 3:01:57 PM