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
1818* ` query ` - source is request query parameters.
1919* ` param ` - source is route path parameter.
2020* ` 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.
2323
2424``` go
2525type User struct {
You can’t perform that action at this time.
0 commit comments