Codebase list golang-github-go-playground-validator-v10 / 6cdb5bb
Merge pull request #446 from Esslamb/v9 Fixed Typo Dean Karn authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
167167
168168 When a field that is a nested struct is encountered, and contains this flag
169169 any validation on the nested struct will be run, but none of the nested
170 struct fields will be validated. This is useful if inside of you program
170 struct fields will be validated. This is useful if inside of your program
171171 you know the struct will be valid, but need to verify it has been assigned.
172172 NOTE: only "required" and "omitempty" can be used on a struct itself.
173173