Gin v1.11.0 regression: panic in binding/form_mapping.go setByForm()

DescriptionA regression we noticed on attempting to update to v1.11.0 from v1.10.1, specifically in binding/form_mapping...

Gin Version 1.11.0 does not work with github.com/coder/websocket.

DescriptionVersion 1.11.0 does not work anymore with github.com/coder/websocket, because it rejects writting headers bef...

Gin I visualized gin benchmarks using a single command

Hello everyone,Go text-based bench output is good, but not the best to compare. So a chart would be a great fit for it. ...

Gin Can't do a proper search in gin docs

Tried to click on search bar in GIN docs , but can't type or do any stuff.Comment From: appleboyDuplicated of https://gi...

Gin Search in doc page is broken

Hi, I am using Gin and I notice that the search button in the homepage is not working anymore, it opens up a blank page ...

Gin Where's search ?

Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/319

Gin Can't search

after clicking the searchbar, it goes blank Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/3...

Gin search is BROKEN!

my productivity has been devastated Comment From: TirthagitI’m also experiencing this problem. Search bar has been broke...

Gin [PROJECT] Future steps

TL;DRAPI stability and deprecation policyv2?cc @appleboy @tboerger @nazwa @easonlin404 @thinkerou I'm worried on how to ...

Gin How to find issues to contribute to for beginners?

I am learning Golang and want to build real-world experience by contributing to projects like Gin. Can someone help me u...

Gin grouping routes and middleware not working

I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....

Gin random bytedance dependency (potentially) injected into github.com/gin-gonic/gin/internal/json

Good day,While reviewing some of my go.mod files, I have noticed these indirect dependencies: github.com/bytedance/so...

Gin How to support both URI and map parameter binding with shouldBind

``type GetListReq struct { Id stringuri:"id" binding:"required,len=32"Order map[string]stringform:"order"L...

Gin proposal: gin/v2?

based on https://github.com/golang/go/discussions/63397 (encoding/json/v2) and https://github.com/gin-gonic/gin/pull/339...

Gin Disallow unknown fields on bind

Hi,In Gin, we use ShouldBindJSON and ShouldBindQuery to deserialize and validate the request body/query parameters.Is th...

Gin Graceful shutdown but was still able to send request while shutting down

I’m using the example from here: https://gin-gonic.com/en/docs/examples/graceful-restart-or-stop/When I send a shutdown ...

Gin Status() not setting up status in response for unit test

Descriptionctx.Status(http.StatusCreated) is not setting up status in response and I am always getting 200.But If I add ...

Gin Blank Search Box

I just wanted to search something.... but the search bar opens and shows nothing........just a blank box.......Comment F...

Gin render.TOMLContentType should not be exported

render.TOMLContentType should not be exported. If it is accidentally tampered with, it will affect the client's parsing ...

Gin Improved GoDoc in test_helpers.go

Expected EffectI have made it clearer when and how to use these helper functions by making the GoDoc comments a bit more...

下一页
.