Aurora Blog
Home
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...
2025-09-27 14:01:53
4797
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...
2025-09-26 14:05:06
1650
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. ...
2025-09-20 14:02:48
434
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...
2025-09-20 14:02:41
215
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 ...
2025-09-19 14:06:15
414
Gin Where's search ?
Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/319
2025-09-19 14:06:10
78
Gin Can't search
after clicking the searchbar, it goes blank Comment From: seiyabDuplicate: https://github.com/gin-gonic/website/issues/3...
2025-09-19 14:06:07
122
Gin search is BROKEN!
my productivity has been devastated Comment From: TirthagitI’m also experiencing this problem. Search bar has been broke...
2025-09-18 14:02:38
132
Gin [PROJECT] Future steps
TL;DRAPI stability and deprecation policyv2?cc @appleboy @tboerger @nazwa @easonlin404 @thinkerou I'm worried on how to ...
2025-09-16 14:03:40
7267
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...
2025-09-16 14:03:38
177
Gin grouping routes and middleware not working
I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....
2025-09-06 14:02:49
6478
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...
2025-08-31 14:00:54
1100
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...
2025-08-27 14:02:35
738
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...
2025-08-20 14:04:17
1348
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...
2025-08-19 14:04:12
246
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 ...
2025-08-13 14:05:19
1249
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 ...
2025-08-06 14:03:28
7658
Gin Blank Search Box
I just wanted to search something.... but the search bar opens and shows nothing........just a blank box.......Comment F...
2025-08-02 14:02:31
188
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 ...
2025-08-02 14:02:27
222
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...
2025-08-02 14:02:25
2138
上一页
下一页
1
2
3
.