Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into d1a15347b1e45a8ee816193d3578a93bfd73b70f

This commit is contained in:
Hannes 2025-12-14 20:35:58 +01:00 committed by GitHub
commit b40d4dbfbb
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)