Nineya
Home
Blog
Gin gin.Context with fallback value
2025-02-08 00:44:08
247
Can you tag these two ahead of time? #2769 #2751 Comment From: win5doWe also need this fixed.Implement context.Context ...
Gin Breaking change in 1.8.0 - RemoteIP interface changed
2025-02-08 00:44:03
655
DescriptionRemoteIP interface changed in commit - https://github.com/gin-gonic/gin/commit/0be805a67503c5ad903c57940b7e9c...
Gin v1.8.0: The minimum dependent golang version is 1.18+, because any is used
2025-02-08 00:43:58
110
You first need Go installed (version 1.18+ is required), then you can use the below Go command to install Gin.
Gin The current version has a security vulnerability
2025-02-08 00:43:52
3372
DescriptionHi! I just go a security warning by Github because a dependency used by this project is marked as vulnerable....
Gin template funcmap bug
2025-02-08 00:43:47
952
DescriptionWhen I use the embed static file in go1.16, I can not get the custom funcmap correctly in template. engine :=...
Gin Is this project still actively maintained?
2025-02-08 00:43:38
672
DescriptionHey, I was wondering if the project is actively maintained. It seems like most of the time only the dependabo...
Gin [Ask for help] sometimes access timeout when use nginx proxy
2025-02-08 00:43:32
1504
i use nginx to proxy my gin service in same server, sometimes it can not access with a time out error from nginx, nginx...
Gin [Ask for help] sometimes access timeout when use nginx proxy
2025-02-08 00:43:26
1473
i use nginx to proxy my gin service in same server, sometimes it can not access with a time out error from nginx, nginx...
Gin go 1.18 failed to start server
2025-02-08 00:43:21
3242
DescriptionHow to reproducejust start gin server package mainimport ( "github.com/gin-gonic/gin")func main(...
Gin Error: write tcp ... i/o timeout
2025-02-08 00:43:14
2447
Description^[[31m2021/09/10 16:05:00 [Recovery] 2021/09/10 - 16:05:00 panic recovered:write tcp xxx.xxx.xxx.xxx:61234-&g...
Gin Can not bind form-data request with custom struct that have two int fields
2025-02-08 00:43:09
639
DescriptionCan not bind form-data request with custom struct that have two int fieldsbut one int fileld is normaltype Us...
Gin How to pass a data directly to views from Middleware
2025-02-08 00:42:59
414
How to pass a data for views from MiddlewareComment From: mohsalsaleemYou could possibly use gin.Context. Get the contex...
Gin ginCache
2025-02-08 00:42:54
1733
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
Gin Middleware Function Not Getting Called On API Hits.
2025-02-08 00:42:48
1169
Problem Statement: - Middleware function not getting called on api hit.Code snippets: - func Authenticate() gin.HandlerF...
Gin Observer model
2025-02-08 00:42:40
299
hi, I'm looking for a solution to listen for the events trigger model ( created, updated, deleted, creating, deleting). ...
Gin Shouldn't ShouldBindJson return an error when the request body doesn't match the structure?
2025-02-08 00:42:34
1915
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
Gin the redirection problem
2025-02-08 00:42:28
1013
func main() { router := gin.Default() // This handler will match /user/john but will not match /user/ or /user ...
Gin [proposal] save the return line
2025-02-08 00:42:21
559
Descriptiongin should do something to save the return lineHow to reproducewhen met an error we use to lines to deal with...
Gin How define a common template variable in middleware
2025-02-08 00:42:10
1893
router := gin.Default()router.use(func (ctx *gin.Context) { // if user.isLogged() // how define a variable use...
Gin [question] Is it possible to retrieve the raw string from the route?
2025-02-08 00:42:04
4422
If a route is defined asengine.POST("/endpoint/:id/something", ...)Is it possible, somewhere in the gin.Context object, ...
上一页
下一页
1
…
215
216
217
218
219
…
2246
.