Nineya
Home
Blog
Gin go get failed: The requested name is valid, but no data of the requested type was found
2025-02-08 12:02:36
1330
Descriptionwhen use command go get github.com/gin-gonic/gin, it comes out :go: downloading github.com/gabriel-vasile/mim...
Gin sse panic on fasthttphandler
2025-02-08 04:01:36
3399
Senario: ```func sseHandlerGin(c *gin.Context) { // Set headers for Server-Sent Events c.Header("Content-Type", "t...
Gin c.Request.FormFile is ridiculously slow sometimes
2025-02-08 04:01:31
1252
go version: go1.10gin version (or commit ref): v1.4.0operating system: linuxDescriptionc.Request.FormFile is ridiculousl...
Gin Is there a possibility to use gin.Context behalf of the c.Request.Context()
2025-02-08 04:01:26
6847
version v1.6.2We have long-running queries and functions. I want to bind those processes to request context. Whenever an...
Gin Proposal of a new implementation method of LoadHTMLGlob
2025-02-08 04:01:21
2440
I'm very grateful that I usually use gin to create web services.However, I felt that LoadHTMLGlob is a slightly bad impl...
Gin [Community Discussion] What's the status of Gin?
2025-02-08 04:01:15
5594
DescriptionGin has developed a massive community of users of the years. According to GitHub, it's used by nearly 180 000...
Gin Wrong status code returned when using httptest.NewRecorder
2025-02-08 04:01:10
6679
When testing a gin handler using a httptest.NewRecorder, when using (inside the handler) c.Status(404) to set the status...
Gin unable to pass a pointer to struct level validator (works with a workaround)
2025-02-08 04:01:05
2744
DescriptionI am trying to create a struct level validator that would modify the original struct. The reason for that is ...
Gin 405 Method Not Allowed is missing the Allow header.
2025-02-08 04:01:01
1238
Descriptionhttps://tools.ietf.org/html/rfc7231#section-6.5.5 saysThe origin server MUST generate an Allow header field i...
Gin Binding a non mandatory file parameter will directly result in an error message
2025-02-08 04:00:56
3190
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
Gin Some 'index out of range' error in tree.go
2025-02-08 04:00:52
1709
Router tree bugwhen add a catch-all router, there may be an error reported: panic: runtime error: index out of range [0]...
Gin How to use “Accepted”
2025-02-08 04:00:47
3034
code:r.GET("/tmp", func(c *gin.Context) { fmt.Println(c.GetHeader("Accept")) fmt.Println(c.Accepte...
Gin unexpected EOF during install
2025-02-08 04:00:42
735
With issues:Use the search tool before opening a new issue.DescriptionC:\Users\m.kharabela.rout\go\pkg\mod\github.com\go...
Gin Register tauri:// scheme (or allow custom schemes upstream?)
2025-02-08 04:00:36
226
From Ollama, which uses Gin$ OLLAMA_ORIGINS=tauri://localhost ollama servepanic: bad origin: origins must contain '*' or...
Gin Redirect to another website - how to do
2025-02-08 04:00:32
1508
DescriptionI want to redirect to another website using Gin, but i'm getting this behavior.Maybe i'm missing something?Ho...
Gin Pass variable in rout
2025-02-08 04:00:27
1158
Sorry if it's a wrong place to post this question, but I was not able to find a sufficient answer on the web or in the e...
Gin url parameters / path parameters /something(:id)
2025-02-08 04:00:22
4610
Potentially not an issue, might just be something I can't figure out how to do.ODATA specification states that you shoul...
Gin bindQuery set pointer field incorrect
2025-02-08 04:00:17
1662
DescriptionbindQuery set *int to 0How to reproducepackage mainimport ( "github.com/gin-gonic/gin")type Que...
Gin Is there any way to change the http request method?
2025-02-08 04:00:12
6760
DescriptionHow to change the http request method?for example:https://developer.wordpress.org/rest-api/using-the-rest-ap...
Gin In linux, the sent SSE packet is blocked until I finish sending. What is the reason for this?
2025-02-08 04:00:05
1436
With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....
上一页
下一页
1
…
193
194
195
196
197
…
2246
.