diff options
| -rw-r--r-- | examples/basic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic.go b/examples/basic.go index 693ef57..7f09d0f 100644 --- a/examples/basic.go +++ b/examples/basic.go @@ -13,7 +13,7 @@ import ( // //hh:route GET /org/{orgID}/users func adminUsersForm(w http.ResponseWriter, r struct { - r *http.Request + raw *http.Request search string `hh:"form"` year int `hh:"optional,form"` offset int `hh:"form"` |
