JahanviAggarwal

Results 3 comments of JahanviAggarwal

@yinghao-liu Following is the possible work around to the problem you faced : ``` type TV struct { Size string `validate:"oneof=big small"` } type Fan struct { Speed string `validate:"oneof=fast...

@deankarn Can you please review this PR?

@deankarn I have resolved the conflicts. Can you please merge this?