Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into ecb3f7b5e2f3915bf1db240ed5eee572f8dbea36

This commit is contained in:
Hannes 2025-11-24 20:26:30 +05:30 committed by GitHub
commit 7626cad909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1071,6 +1071,7 @@ func main() {
if err := c.ShouldBindHeader(&h); err != nil {
c.JSON(http.StatusOK, err)
return
}
fmt.Printf("%#v\n", h)