File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ In the struct definitions each field can be tagged to restrict binding to specif
18
18
* ` query ` - source is request query parameters.
19
19
* ` param ` - source is route path parameter.
20
20
* ` form ` - source is form. Values are taken from query and request body. Uses Go standard library form parsing.
21
- * ` json ` - source is request body. Uses Go [ json] ( https://golang.org/pkg/encoding/json/ ) package fo unmarshalling.
22
- * ` xml ` - source is request body. Uses Go [ xml] ( https://golang.org/pkg/encoding/xml/ ) package fo unmarshalling.
21
+ * ` json ` - source is request body. Uses Go [ json] ( https://golang.org/pkg/encoding/json/ ) package for unmarshalling.
22
+ * ` xml ` - source is request body. Uses Go [ xml] ( https://golang.org/pkg/encoding/xml/ ) package for unmarshalling.
23
23
24
24
``` go
25
25
type User struct {
You can’t perform that action at this time.
0 commit comments