Skip to content

Commit

Permalink
docs: document multiple tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse0Michael committed Jan 3, 2022
1 parent 84526e0 commit 85fa3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ string, bool, int, int64, int32, int16, int8, float64, float32, uint, uint64, ui
> To decode a request body that is an array, decode into a field using a `body` tag.
> If a struct tag has multiple Go Request tags the value will be assigned by the following hierarchy `body` > `header` > `query`
---

## Example
Expand Down

0 comments on commit 85fa3f2

Please sign in to comment.