go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.65k stars 1.32k forks source link

fix: oneof example's unclosed double quote #1148

Open KaanSK opened 1 year ago

KaanSK commented 1 year ago

Fixes

This really small PR fixes the unclosed doublequote in oneof example. When example is executed, it does not give error but skips oneof validation.

Make sure that you've checked the boxes below before you submit PR:

@go-playground/validator-maintainers

coveralls commented 1 year ago

Coverage Status

coverage: 73.872%. remained the same when pulling ee0941e8401e2453ae61e84f04c5f06ad9dade7b on KaanSK:master into 3094d596c834c13d04bf7523a35a06aaa9965928 on go-playground:master.