-
**Describe the bug**
A cgo bug.
```
occamy | [GIN] 2019/11/12 - 15:58:36 | 200 | 129.4µs | 172.16.238.1 | POST /api/v1/login
occamy | time="2019-11-12T15:58:36Z" level=info ms…
-
- go version:
- gin version (or commit ref):
~1.3.0
- operating system:
Windows 10 / amd64
## Description
* In `POST` method, `func (c *Context) PostForm(key string) string` can recognize both a…
-
Hi,
I want add custom keys to all apis, but I do not want to add it for every func.
e.g:
The origin code:
`context.JSON(200, gin.H{
"message": "ha",
})`
Then I get response:
`{
…
-
## Description
I am facing an issue where I am unable to validate both query parameters and the request body using a single struct in my Gin application. Currently, the ShouldBind method only val…
-
Faire en sorte qu'à chaque ajout d'un module, qu'il s'intègre bien avec structure du projet / dossiers
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
```
go version go1.11.1 linux/amd64
```
### Does this issue reproduc…
komuw updated
2 years ago
-
i try to build it and run
![Snipaste_2024-08-09_16-16-13](https://github.com/user-attachments/assets/fa8bc7b6-4b74-4441-b4b5-3c1c03ece594)
it seems work,but
![Snipaste_2024-08-09_16-17-47](https://…
-
I usually use the docker golang container for building go projects - works quite nicely without needing golang installed locally. In this I attempted a build with
```
docker run --rm -v "/tmp":/o…
-
How can i remove route ? online!!!
-
## Use built-in graceful mode, can not read client ip from "X-Forwarded-For" header.
## How to reproduce
set The engine.TrustedProxies already set to []string{"127.0.0.0/8", "192.168.0.0/16"…