-
## Description
use c.Bind() for recursion struct param, output **fatal**.
## How to reproduce
```go
package main
import (
"github.com/gin-gonic/gin"
"net/http"
"net/http/httptest"
…
-
Hi everyone!
For such an important and widely used framework as Gin, it would be great if the website matched its relevance and potential. Right now, it’s using a Hugo template that feels a bit ou…
-
chaosd version:
Chaosd Version: version.Info{GitVersion:"v1.2.0", GitCommit:"38e871fbcc62ab74dda45f65e13b35aa3b6ee8a8", BuildDate:"2022-04-28T06:18:30Z", GoVersion:"go1.16.2", Compiler:"gc", Platform…
-
### Description
Hey team. I deploy this chart for applying migration in my project. And after sometimes when I run helm-dashboard I see this error in trace
```
WARN[0201] Failed to get resource i…
-
can suport domain router? like github.com/gorilla/mux
Matching Routes
Routes can also be restricted to a domain or subdomain. Just define a host pattern to be matched. They can also have variabl…
-
- With issues:
- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them…
-
mycode is:
```go
router := gin.New()
router.Use(gin.Recovery())
router.Use(func(ctx *gin.Context) {
requestGroup.Add(1)
defer requestGroup.Done()
ctx.Next()
})
router.Use(gi…
-
## CVE-2020-36567 - High Severity Vulnerability
Vulnerable Library - github.com/gin-gonic/GIN-v1.3.0
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much bett…
-
package example
import (
"fmt"
"github.com/gin-contrib/sessions/redis"
"github.com/gin-gonic/contrib/sessions"
"github.com/gin-gonic/gin"
)
func Session(c *gin.Context){
session := se…
-
WARNING: DATA RACE
Write at 0x00c000087b40 by goroutine 36:
github.com/swaggo/gin-swagger.CustomWrapHandler.func1()
/golib/pkg/mod/github.com/swaggo/gin-swagger@v1.2.0/swagger.go:63 +0x169
…