gin icon indicating copy to clipboard operation
gin copied to clipboard

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Results 456 gin issues
Sort by recently updated
recently updated
newest added

- With issues: - gin/context Copy method comment is confuse. It'll be invalid memory address or nil pointer dereference when context copyed be passed to a goroutine. ## Description >...

Add Last Updated - With pull requests: - Open your pull request against `master` - Your pull request should have no more than two commits, if not you should squash...

#3235 Reference Changes: - [#e837e1c](https://github.com/gin-gonic/gin/commit/e837e1cd1850559d91d921b712bc7b0c8f78cf7e) changed query mapping function - [#c17e9f1](https://github.com/gin-gonic/gin/commit/c17e9f1a1554d4a32d44131cf6f949606814ffbe) tests

This PR trying to fix the issue we met, which exact same with https://github.com/gin-gonic/gin/issues/2778 If you guys have better idea to fix this, just let me know.

bug

## Description Getting wrong template list in debug mode in output when running application. The statement in below line template.New("") creates an empty template that appear in list later on...

Implement literal colon support using the approach described in #1432

enhancement

This change adds support for skip paths with params, e.g., "/user/:id". This is more flexible and the implementation is simply comparing `Context.FullPath()` rather than `Context.Request.URL.Path` against skip paths. The only...

enhancement

- With issues: - Use the search tool before opening a new issue. - Please provide source code and commit sha if you found a bug. - Review existing issues...

- With issues: - Use the search tool before opening a new issue. - Please provide source code and commit sha if you found a bug. - Review existing issues...

feature: 'remove' is complex feature . This submit only gives the basic framework, and relevant details need to be improved later, such as modifying the priority of nodes test:already make...