Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into 077a2f39c85700ba0823f85ed29cec0c8f2cbdfc

This commit is contained in:
Hannes 2025-08-19 19:04:04 +07:00 committed by GitHub
commit 14bc1433d3
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 { if err := c.ShouldBindHeader(&h); err != nil {
c.JSON(http.StatusOK, err) c.JSON(http.StatusOK, err)
return
} }
fmt.Printf("%#v\n", h) fmt.Printf("%#v\n", h)