Gin I have looked at the source code and it seems that the Sonic package is not supported by the arm64 architecture in this framework

Main issuesinternal/json/sonic.go //go:build sonic && avx && (linux || windows || darwin) && amd...

Gin Combining Gin (Go) with Existing Express (Node.js) Project: Feasibility and Best Practices

I'm exploring the possibility of integrating a portion of my existing Express.js project with Gin (Go). I'd like to gath...

Gin High CPU utilization - 100% - 120%

Hello,We are using Gin for our project. However, without adding any additional routes or configurations—just starting th...

Gin c.BindJSON sets text/plain?

Hello!I am writing a simple REST API with this library. So far it works as expected but I am now running into (more of a...

Gin the confusion over the necessary to call Next() in middleware

func (c *Context) Next() { c.index++ for c.index < int8(len(c.handlers)) { c.handlers[c.index](c) ...

Gin Pull requests

Hi,Are pull requests processed by someone ?I made one 3 weeks ago to add BSON and see 200 active PR in the queue.How lon...

Gin [ProtoBuf Render] why not use Data proto.Message directly

just a question render/protobuf.gotype ProtoBuf struct { Data any}var protobufContentType = []string{"applicatio...

Gin Duplicate CORS response headers

I use gin-contrib/cors pkg to handle cross-origin requestsI used ReverseProxy to proxy downstream services in the projec...

Gin AbortWithError should be renamed AbortWithStatusError

context.AbortWithError should be renamed context.AbortWithStatusError.And AbortWithError should not have code param.func...

Gin Can I use Client Cert for Auth in Gin?

I use TLS connection with GINNow I need to implement client certificate authorization.It's possible?Comment From: thinke...

Gin Dark Mode not Available for Docs

The documentation doesn't have dark mode. Better to have it get the system theme by default and adding a toggle between ...

Gin Dark Mode not Available for Docs

The documentation doesn't have dark mode. Better to have it get the system theme by default and adding a toggle between ...

Gin Sometimes it took very long until server answer

Sometimes a request not begin response until I hit CTRL+C on console.Lat time with the root (static page)[GIN-debug] Lis...

Gin LoadHTMLGlob loads an extra template without a name

With issues:Use the search tool before opening a new issue.Please provide source code and commit sha if you found a bug....

Gin RunQUIC does not connect via browser

DescriptionNot an issue, yet, but I think the upcoming QUIC implementation won't work in the browser.@thinkerou, @appleb...

Gin i keep getting cors error

so i have a project that use both nextjs and golang as its frontend and backend. I keep getting blocked from fetching my...

Gin Release the latest version

Requesting to release the new version to resolve Snyk vulnerability issue.Comment From: sudo-prashant+1 . There is a vul...

Gin Request to Remove Testing and Sensitive Files from gin-gonic/gin Repository

During a security scan using Twistlock, we have detected testing PEM file located in the following directory within the ...

Gin Is Gin Context violating the golang context styleguide?

Hey guys,We're having some discussions regarding whether or not Gin Context violates the Go context style guide. I'd lik...

Gin Necessity for usage of bytedance/sonic.

Is it truly necessary for Gin to use bytedance/sonic as a dependency, given that it is written mostly in C and ASM. I wo...

下一页