-
Can i see urs example plix! My is:
```
type mystruct struct {
Num int8 `form:"num" binding:"required"`
}
```
```
// part of handler
err := ctx.ShouldBind(&mystruct)
if err != nil {
…
-
edited a vpop item, went to save, got this error
Output argument "StatusOk" (and possibly others) not assigned a value in the execution with "QSPViewerNew.Application/VirtualPopulationPane/saveBack…
-
```
// trace info
type TraceInfo struct{
Id_ bson.ObjectId `form:"_id" json:"_id" bson:"_id"`
Search SearchInfo `form:"search" json:"search" bson:"search"`
}
// search
type SearchI…
-
## Description
When a request to a path doesn't match any registered patterns and the `RedirectFixedPath` flag is set to true, the request execution panics (invalid node type). This is the line thr…
-
## Description
Question detail:https://stackoverflow.com/questions/77618417/how-to-add-a-name-to-the-gin-route-like-laravel
I want to add a name to the gin route because I need to collect al…
-
**Describe the bug**
When using StepGroup.Status to update the color of some output, it ends up instead printing the words `ok`, or `warn`, or `error` instead of updating the requested text color…
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/mas…
-
If set the handler time.Sleep same as the timeout, there is a chance to reproduce this error!
```go
api.GET("/test", timeout.New(
timeout.WithTimeout(200*time.Microsecond),
timeout.WithHan…
-
## Description
The gin code doesn't work, the router isn't registered and printed, and it doesn't panic
## How to reproduce
```golang
package main
import (
"net/http"
…
-
After I log in, the options in the menu bar are still register and login