Compare commits

...

2 Commits

Author SHA1 Message Date
Hannes
cf805be1e8
Merge 9eaba78ab66bcd3e9edefe68103b242418311bb7 into e88fc8927a52b74f55bec0351604a56ac0aa1c51 2025-11-21 10:26:01 +01:00
Hannes
9eaba78ab6
stop execution in example 2023-02-13 16:17:23 -08:00

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)