Aurora Blog
Home
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
Gin Release: Publish Gin 1.11.0
[ ] Prepare a new changelog (there are a lot of new changes) and update CHANGELOG.md[ ] Update "version.go" to 1.11.0[ ]...
2025-08-02 14:02:24
202
Gin Static Route throwing error
Hey I am having trouble to implement a full frontend in my backend.I have a directory called public where a index.html i...
2025-08-02 14:02:22
1477
Gin Route matching format
Can the route matching of the gin framework support Google's RESTful specification, currently only supports the /:id/upd...
2025-08-02 14:02:21
195
Gin Test Coverage Failure: Go 1.23+ Warning Branch Not Covered in CI Pipeline
Problem DescriptionThe CI automated testing pipeline is failing due to insufficient test coverage in the debug.go file. ...
2025-07-22 14:03:15
3006
Gin Support for optional trailing slash
Hi, I tried looking around existing issues but I could not see anything related. So, I would like to know if there is a ...
2025-07-21 14:02:13
2199
Gin why does this print log in console?
errors.goI have the error handler middleware,but it print log in console
2025-07-20 14:01:21
72
Gin 🎯 [Community Resource] Interactive Gin Learning Platform
Request: Add to Community ResourcesHey Gin team! 👋I've built an interactive learning platform specifically for Gin frame...
2025-07-19 14:01:53
1206
Gin How can I bind from form-data with array objects ?
I have form-data like send by using postman. But I don't know how to create struct to bind that dataAnyone can have me p...
2025-07-17 14:03:02
1862
Gin Binding array of objects from post form
DescriptionAre there a possibility to bind post form values from array of objects using gin?How to reproduceI have post ...
2025-07-17 14:02:58
4235
Gin 如何优雅的裹一层json response
在调研gin作为网关的可用性我想针对其他服务返回的response,再裹一层json规范例如:{"success":true"data": #其他response}针对这种场景是使用了网上搜索的方式,添加一个 gin.HandlerFunc...
2025-07-16 14:02:08
165
上一页
下一页
1
2
3
.