Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into 8763f33c65f7df8be5b9fe7504ab7fcf20abb41d

This commit is contained in:
Hannes 2025-03-23 09:23:13 +08:00 committed by GitHub
commit 828832eb4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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